CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/22 11:18:30
Modified files:
lib/libcrypto/x509v3: v3_info.c
Log message:
Add error checking to i2v_AUTHORITY_INFO_ACCESS(). While there, replace
an ugly strlen + malloc + strcat/strcpy dance by a simple asprintf().
ok jsing
