fixed segmentation fault
This commit is contained in:
parent
c150f0d050
commit
020c823f62
1 changed files with 3 additions and 0 deletions
|
@ -85,6 +85,9 @@ static const x509_attr_descriptor_t *x509_at_oid_from_name( const char *name, si
|
||||||
strncmp( cur->name, name, name_len ) == 0 )
|
strncmp( cur->name, name, name_len ) == 0 )
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
if ( cur->name == NULL )
|
||||||
|
return( NULL );
|
||||||
|
|
||||||
return( cur );
|
return( cur );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue