]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-144984: Fix crash in Expat's `ExternalEntityParserCreate` error paths ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 17 Mar 2026 00:49:39 +0000 (01:49 +0100)
committerGitHub <noreply@github.com>
Tue, 17 Mar 2026 00:49:39 +0000 (01:49 +0100)
commit0548f410535c3a31d1e0428d620db446ed031731
tree3ba3ebfbf796084fe36ea352f51bea4d02d13361
parente050831bd9fa935051563b7e3de43288c2718b2a
[3.14] gh-144984: Fix crash in Expat's `ExternalEntityParserCreate` error paths (GH-144992) (#146019)

gh-144984: Fix crash in Expat's `ExternalEntityParserCreate` error paths (GH-144992)
(cherry picked from commit e6b9a1406980fbb1d4032eca9cc0b4f8f252b716)

Co-authored-by: Ramin Farajpour Cami <ramin.blackhat@gmail.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/test/test_pyexpat.py
Misc/NEWS.d/next/Library/2026-02-19-12-00-00.gh-issue-144984.b93995c982.rst [new file with mode: 0644]
Modules/pyexpat.c