CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/09/29 10:20:40
Modified files:
lib/libssl/src/crypto/x509: x509_att.c
Log message:
Previous fix (1.12) would cause a NULL pointer dereference in the error path
if a NULL stack was passed as argument. Fix this by returning NULL early in
that case.
