CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/05 00:28:41
Modified files:
lib/libcrypto/x509: x509_addr.c
Log message:
Fix a bug in addr_contains() introduced in OpenSSL commit be71c372
by returning 0 instead of -1 on extract_min_max() failure. Callers
would interpret -1 as success of addr_contains().
ok inoguchi jsing
