◐ Shell
reader mode source ↗
Skip to content

[3.6] bpo-29738: Fix memory leak in _get_crl_dp (GH-526)#1142

Merged
Mariatta merged 1 commit into
python:3.6from
Mariatta:backport-2849cc3-3.6
Apr 15, 2017
Merged

[3.6] bpo-29738: Fix memory leak in _get_crl_dp (GH-526)#1142
Mariatta merged 1 commit into
python:3.6from
Mariatta:backport-2849cc3-3.6

Conversation

@Mariatta

Copy link
Copy Markdown
Member
  • 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 2849cc3)

* 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 2849cc3)
@Mariatta Mariatta merged commit 8e72013 into python:3.6 Apr 15, 2017
@Mariatta Mariatta deleted the backport-2849cc3-3.6 branch April 15, 2017 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants