summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2024-05-29 16:14:39 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2024-05-29 16:14:39 +0000
commite00fe24646c14b3a9d6b7d6b55e228e0b8cc9cc9 (patch)
tree0ee31535200a6d984f2665a121448365eb4f7197 /regress
parent781ee797d4e37872fb3e4c1f8a43f22b22bcc6e3 (diff)
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 'regress')
0 files changed, 0 insertions, 0 deletions