CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/05/20 02:04:21
Modified files:
lib/libcrypto/asn1: a_string.c
Log message:
Drop *out == NULL check in ASN1_STRING_to_UTF8()
Unfortunately, several things in the ecosystem depend on the existing
API behavior of being able to pass in an uninitialized pointer on the
stack: haproxy, grpc, mongo-tools and others show up on the first two
pages of Debian codesearch.
ok jsing
