CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2025/11/27 23:03:40

Modified files:
        lib/libcrypto/x509: x509_cpols.c 

Log message:
Fix double free in certificate policies configuration

In nref_nos(), nnums must not be freed on error because in the caller it
is not->noticeref->noticenos and hangs off the POLICYQUALINFO qual which
is freed as part of POLICYQUALINFO_free() in the error path.

ok jsing kenjiro

Reply via email to