CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/03/20 22:05:33
Modified files:
lib/libssl/src/crypto/x509: x509_att.c x509_v3.c
Log message:
Return zero from two functions on allocation failure instead of always
returning one (indicating success). Each function has only a single
usage, and both usages check the return value.
Merged from BoringSSL 0ce78a757d815c0dde9ed5884229f3a5b2cb3e9c:
https://boringssl.googlesource.com/boringssl/+/0ce78a757d815c0dde9ed5884229f3a5b2cb3e9c%5E!/#F0
ok beck@