CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/28 00:22:15
Modified files:
lib/libcrypto/x509: x509_constraints.c
Log message:
Fix NULL dereference in x509_constraints_uri_host()
When called from v2i, hostpart in x509_constraints_uri_host() is NULL, so
add a NULL check before storing the strdup result in it.
>From Anton Borowka
ok jsing miod
