CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2021/05/01 07:16:30

Modified files:
        lib/libcrypto/asn1: a_object.c 

Log message:
Plug leak in c2i_ASN1_OBJECT

When using the object reuse facility of c2i_ASN1_OBJECT, the dynamically
allocated strings a may contain are set to NULL, so we must free them
beforehand. Also clear the flag, because that's what OpenSSL chose to do.

>From Richard Levitte OpenSSL 1.1.1 65b88a75921533ada8b465bc8d5c0817ad927947

ok inoguchi

Reply via email to