diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-05-29 16:14:39 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-05-29 16:14:39 +0000 |
commit | e00fe24646c14b3a9d6b7d6b55e228e0b8cc9cc9 (patch) | |
tree | 0ee31535200a6d984f2665a121448365eb4f7197 /regress | |
parent | 781ee797d4e37872fb3e4c1f8a43f22b22bcc6e3 (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