CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2022/03/14 10:35:45
Modified files: lib/libcrypto/asn1: a_string.c Log message: Factor out ASN1_STRING clearing code. This fixes a bug in ASN1_STRING_set0() where it does not respect the ASN1_STRING_FLAG_NDEF flag and potentially frees memory that we do not own. ok inguchi@ tb@