]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126033: fix UAF in `xml.etree.ElementTree.Element.remove` when concurrent mutation...
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Mon, 31 Mar 2025 10:31:26 +0000 (12:31 +0200)
committerGitHub <noreply@github.com>
Mon, 31 Mar 2025 10:31:26 +0000 (12:31 +0200)
commitbab1398a47f6d0cfc1be70497f306874c749ef7c
tree97a3b65ec8d7d8473cc74ee93b309d776c84a8d7
parentc57623c221d46daeaedfbf2b32d041fde0c882de
gh-126033: fix UAF in `xml.etree.ElementTree.Element.remove` when concurrent mutations happen (#126124)
Lib/test/test_xml_etree.py
Misc/NEWS.d/next/Library/2024-10-29-12-59-45.gh-issue-126033.sM3uCn.rst [new file with mode: 0644]
Modules/_elementtree.c