CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/23 01:51:05
Modified files:
regress/lib/libcrypto/asn1: asn1_string_to_utf8.c
Log message:
asn1_string_to_utf8 test: appease coverity
Check for ASN_STRING_to_UTF8() failure before checking it matches our
expectations. This should convey clearly that test->want_len is never
negative.
CID 377011
Diagnosed by jsing
