CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/02 01:03:45
Modified files:
lib/libcrypto/asn1: asn1_gen.c
Log message:
asn1_multi: plug leak if sk_ASN1_TYPE_push() fails
If the push of typ onto sk fails, the exit path does not free it.
Fix that and avoid function nesting when calling ASN1_generate_v3().
Prompted by a similar fix in OpenSSL
ok kenjiro
