]> git.ipfire.org Git - thirdparty/openssl.git/commit
fuzz/asn1parse: Use BIO_s_mem() as fallback output
authorTomas Mraz <tomas@openssl.org>
Thu, 10 Jun 2021 14:55:37 +0000 (16:55 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 11 Jun 2021 07:51:14 +0000 (09:51 +0200)
commit541d4f19957727d331c2e4353a26841f5d1fe32d
tree91572c6121b1e4e0a50ca7a9bb2ccf1de03b52e7
parent20778ea7dad8c4f659dbb5dfcb4fac896e51ed6a
fuzz/asn1parse: Use BIO_s_mem() as fallback output

/dev/null is not available everywhere.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15672)
fuzz/asn1parse.c