]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148735: Fix a UAF in `Element.findtext()` (#148738)
authorStan Ulbrych <stan@python.org>
Thu, 23 Apr 2026 14:48:00 +0000 (15:48 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2026 14:48:00 +0000 (15:48 +0100)
commit0469e6d38dcb3ff904690028cb3a25155bdcedae
tree6984b4671789ab011c84995f4af97d95b49b1f20
parent158dbbb97fffbc47eb446d2b1576ce887e5c1802
gh-148735: Fix a UAF in `Element.findtext()` (#148738)
Lib/test/test_xml_etree.py
Misc/NEWS.d/next/Library/2026-04-18-21-39-15.gh-issue-148735.siw6DG.rst [new file with mode: 0644]
Modules/_elementtree.c