Found during internal code review.  V3_alt.c has this proposed change:

ret = X509V3_NAME_from_section(nm, sk, MBSTRING_ASC);
- if (!ret)
+ if (!ret) {
    X509_NAME_free(nm);
+ nm = NULL;
+ }
gen->d.dirn = nm;

Kurt points out:
This looks like a bugfix that should probably go to other branches. But we 
probably shouldn't touch gen at all in case of failures.


--  
Senior Architect, Akamai Technologies
IM: richs...@jabber.at Twitter: RichSalz



_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to