summaryrefslogtreecommitdiff
path: root/src/lib/libc
diff options
context:
space:
mode:
authortb <>2024-05-29 16:14:38 +0000
committertb <>2024-05-29 16:14:38 +0000
commit2c2ad75207e4fbd435dd4424618c1ba29160e271 (patch)
tree7278b7924922b27a13993ec1e321b6690a17ec28 /src/lib/libc
parentee6d4c1817b222ada4324d5184c408de5e9ed5ac (diff)
downloadopenbsd-2c2ad75207e4fbd435dd4424618c1ba29160e271.tar.gz
openbsd-2c2ad75207e4fbd435dd4424618c1ba29160e271.tar.bz2
openbsd-2c2ad75207e4fbd435dd4424618c1ba29160e271.zip
Fix i2d_ASN1_OBJECT()
When called with a pointer to NULL as an output buffer, one would expect an i2d API to allocate the buffer and return it. The implementation here is special and the allocation dance was forgotten, resulting in a SIGSEGV. Add said dance. ok jsing
Diffstat (limited to 'src/lib/libc')
0 files changed, 0 insertions, 0 deletions