Merge remote-tracking branch 'upstream-public/pr/2157' into development

This commit is contained in:
Jaeden Amero 2018-12-06 16:06:57 +00:00
commit 5b46fe774b

View File

@ -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;