diff options
author | Steve Dower <steve.dower@python.org> | 2019-09-09 13:48:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-09 13:48:22 (GMT) |
commit | 5d695b6b7bcccf5f028cdacd986096de15bc0ca6 (patch) | |
tree | 2f6d1cca58d355ad8b0f7c1ccdbd8220a0cb6d01 /PC | |
parent | 5e053eb98eb0d65a8e0f00b3641f9907198aace3 (diff) | |
download | cpython-5d695b6b7bcccf5f028cdacd986096de15bc0ca6.zip cpython-5d695b6b7bcccf5f028cdacd986096de15bc0ca6.tar.gz cpython-5d695b6b7bcccf5f028cdacd986096de15bc0ca6.tar.bz2 |
bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632)
ssl_collect_certificates function in _ssl.c has a memory leak.
Calling CertOpenStore() and CertAddStoreToCollection(), a store's refcnt gets incremented by 2.
But CertCloseStore() is called only once and the refcnt leaves 1.
Diffstat (limited to 'PC')
0 files changed, 0 insertions, 0 deletions