CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/05/20 01:58:54
Modified files: lib/libcrypto/x509: x509_utl.c Log message: Don't pass uninitialized pointer to ASN1_STRING_to_UTF8() Exposed by recent rewrite of ASN1_STRING_to_UTF8(). CID 352831 ok jsing