[openssl-dev] [openssl.org #3784] bug in v3_alt.c

Salz, Rich via RT rt at openssl.org
Mon Apr 6 12:45:15 UTC 2015


In crypto/x509v3/v3_alt.c, around line 603:

- if (!ret)
+ if (!ret) {
     X509_NAME_free(nm);
+    nm = NULL;
+ }

Kurt points out: This looks like a bugfix that needs to go to other
branches. We probably shouldn't even touch gen in case of an error.


/
.




More information about the openssl-dev mailing list