Fix error handling bugs in _elementtree.c. (GH-10060)
References could leak, NULL could be dereferenced, and the Expat parser could be double freed when some errors raised.
Showing
Please register or sign in to comment
References could leak, NULL could be dereferenced, and the Expat parser could be double freed when some errors raised.