]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-148735: Fix a UAF in `Element.findtext()` (GH-148738) (#148916)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 24 Apr 2026 20:38:15 +0000 (22:38 +0200)
committerGitHub <noreply@github.com>
Fri, 24 Apr 2026 20:38:15 +0000 (21:38 +0100)
commit89f44ac4229e41efc6cbe36f82f66f2f8f58ba2f
tree59a0148033e481bf71a9a690d118392915f3b421
parent3034c8fa60b6162a52cb0853879b5f812a23c0ef
[3.14] gh-148735: Fix a UAF in `Element.findtext()` (GH-148738) (#148916)

(cherry picked from commit 0469e6d38dcb3ff904690028cb3a25155bdcedae)

Co-authored-by: Stan Ulbrych <stan@python.org>
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