Update from 0.9.8-stable.
This commit is contained in:
parent
c6196da587
commit
a414cbcad3
@ -231,7 +231,7 @@ static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs,
|
|||||||
tree->auth_policies = NULL;
|
tree->auth_policies = NULL;
|
||||||
tree->user_policies = NULL;
|
tree->user_policies = NULL;
|
||||||
|
|
||||||
if (!tree)
|
if (!tree->levels)
|
||||||
{
|
{
|
||||||
OPENSSL_free(tree);
|
OPENSSL_free(tree);
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user