diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2017-04-15 01:36:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-15 01:36:11 (GMT) |
commit | c40740cf06470a774e98f84537801cd8b7176938 (patch) | |
tree | 98f6f1f40323105ec2dc173a866d2e5db7e9ddd4 /Python/dynload_win.c | |
parent | d960d766cf69152c71aa0fc62fa31af1aa174e1e (diff) | |
download | cpython-c40740cf06470a774e98f84537801cd8b7176938.zip cpython-c40740cf06470a774e98f84537801cd8b7176938.tar.gz cpython-c40740cf06470a774e98f84537801cd8b7176938.tar.bz2 |
[3.5] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1143)
* Remove conditional on free of `dps`, since `dps` is now allocated for
all versions of OpenSSL
* Remove call to `x509_check_ca` since it was only used to cache
the `crldp` field of the certificate
CRL_DIST_POINTS_free is available in all supported versions of OpenSSL
(recent 0.9.8+) and LibreSSL.
(cherry picked from commit 2849cc34a8db93d448a62d69c462402347b50dcb)
Diffstat (limited to 'Python/dynload_win.c')
0 files changed, 0 insertions, 0 deletions