Drop *out == NULL check in ASN1_STRING_to_UTF8()
authortb <tb@openbsd.org>
Fri, 20 May 2022 08:04:21 +0000 (08:04 +0000)
committertb <tb@openbsd.org>
Fri, 20 May 2022 08:04:21 +0000 (08:04 +0000)
commit38884b260bba0603c85b92fb5768e392b35712bb
tree6a56c39d643d00869e55875452fb2feae326e089
parentb356bd237ca304c0951fd4fb91d658ed2d2c54f4
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
lib/libcrypto/asn1/a_string.c