summaryrefslogtreecommitdiff
path: root/src/lib/libtls/tls_signer.c
diff options
context:
space:
mode:
authortb <>2024-05-29 16:14:38 +0000
committertb <>2024-05-29 16:14:38 +0000
commit85f6ff70f87dd81b08a5fb98304f9691cb09a136 (patch)
tree7278b7924922b27a13993ec1e321b6690a17ec28 /src/lib/libtls/tls_signer.c
parent6e60fa7a3fdcdc4d76c110acc3f8ff22588375c5 (diff)
downloadopenbsd-85f6ff70f87dd81b08a5fb98304f9691cb09a136.tar.gz
openbsd-85f6ff70f87dd81b08a5fb98304f9691cb09a136.tar.bz2
openbsd-85f6ff70f87dd81b08a5fb98304f9691cb09a136.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/libtls/tls_signer.c')
0 files changed, 0 insertions, 0 deletions