]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:58:10 +0000 (09:58 +0200)
committerGitHub <noreply@github.com>
Sat, 10 May 2025 07:58:10 +0000 (07:58 +0000)
commit62109c41744d27d2641a982652b806ea9f44afdf
treef5c0e781d7ae15d8a32a379679e9f11f10daa41c
parent99ca086f9120f402e1147b473cee987a40437b96
[3.14] gh-133009: fix UAF in `xml.etree.ElementTree.Element.__deepcopy__` (GH-133010) (#133805)

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