CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/11/05 11:08:12
Modified files:
lib/libcrypto/x509: x509_lu.c
Log message:
Use calloc() to remove the need of silly zeroing of most members.
Check for allocation failures and if one happens push an error on
the stack and clean up using X509_STORE_free().
ok jsing
