]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-133009: fix UAF in `xml.etree.ElementTree.Element.__deepcopy__` (GH-133010...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 10 May 2025 07:55:47 +0000 (09:55 +0200)
committerGitHub <noreply@github.com>
Sat, 10 May 2025 07:55:47 +0000 (07:55 +0000)
commit9718880ba9312f844902a684d97e3f0d77cd9f4b
treeebeb19bbe436d4ca3a186d6e8f84cbea4059a00f
parent57efb77fef1125fdc6e50c35092cd62b3c2d835e
[3.13] gh-133009: fix UAF in `xml.etree.ElementTree.Element.__deepcopy__` (GH-133010) (#133806)

gh-133009: fix UAF in `xml.etree.ElementTree.Element.__deepcopy__` (GH-133010)
(cherry picked from commit 116a9f9b3775c904c98e390d896200e1641498aa)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/test/test_xml_etree.py
Misc/NEWS.d/next/Library/2025-04-26-15-50-12.gh-issue-133009.etBuz5.rst [new file with mode: 0644]
Modules/_elementtree.c