https://github.com/python/cpython
Revision 9f3ed3e213b30059087d059a7d1d3b2527fa8654 authored by Zackery Spytz on 23 October 2018, 19:28:06 UTC, committed by Serhiy Storchaka on 23 October 2018, 19:28:06 UTC
References could leak, NULL could be dereferenced, and the Expat parser could
be double freed when some errors raised.
1 parent 82af0b6
History
Tip revision: 9f3ed3e213b30059087d059a7d1d3b2527fa8654 authored by Zackery Spytz on 23 October 2018, 19:28:06 UTC
Fix error handling bugs in _elementtree.c. (GH-10060)
Tip revision: 9f3ed3e
File Mode Size
CODEOWNERS -rw-r--r-- 2.1 KB
CONTRIBUTING.rst -rw-r--r-- 2.4 KB
PULL_REQUEST_TEMPLATE.md -rw-r--r-- 700 bytes
appveyor.yml -rw-r--r-- 1.1 KB
codecov.yml -rw-r--r-- 482 bytes

back to top