CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/07/26 10:54:20
Modified files:
lib/libcrypto/asn1: t_x509.c
Log message:
Add error checks for i2d_X509_NAME()
This avoids potential malloc(-1) and malloc(0), spotted by schwarze
while documenting X509_ocspid_print().
ok schwarze
