commit | 67f060acefae34d820ccdb2f560d86ed10633500 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Wed Jul 05 11:03:34 2017 +0200 |
committer | Richard Levitte <levitte@openssl.org> | Wed Jul 05 11:14:07 2017 +0200 |
tree | 0def3390a160407f79757d2270ec454a073cc97b | |
parent | efc21a513f1c5227cb56372fa65270f49d234b09 [diff] |
Avoid possible memleak in X509_policy_check() When tree_calculate_user_set() fails, a jump to error failed to deallocate a possibly allocated |auth_nodes|. Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/3850)