Staging
v0.8.1
Revision 472f37ab9a33050d7d50d1ebe33ba324a51c52c2 authored by Miss Islington (bot) on 09 September 2019, 13:40:42 UTC, committed by GitHub on 09 September 2019, 13:40:42 UTC

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.
(cherry picked from commit ed70129e15ea028469145111044a4349960a4e6f)

Co-authored-by: neonene <53406459+neonene@users.noreply.github.com>
1 parent 64f7f6e
History
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.7 KB
_testembed.c -rw-r--r-- 17.8 KB
python.c -rw-r--r-- 266 bytes

README

back to top