mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 12:12:57 +00:00
Merge remote-tracking branch 'upstream-public/pr/2157' into development
This commit is contained in:
@@ -2179,7 +2179,7 @@ static int x509_crt_find_parent(
|
||||
}
|
||||
|
||||
/* extra precaution against mistakes in the caller */
|
||||
if( parent == NULL )
|
||||
if( *parent == NULL )
|
||||
{
|
||||
*parent_is_trusted = 0;
|
||||
*signature_is_good = 0;
|
||||
|
||||
Reference in New Issue
Block a user