]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-148441: Avoid integer overflow in Expat's CharacterDataHandler (GH-148904...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 10 May 2026 14:08:59 +0000 (16:08 +0200)
committerGitHub <noreply@github.com>
Sun, 10 May 2026 14:08:59 +0000 (14:08 +0000)
commit6588ca5b642a0f878197fc31afb6bfa424fd7219
treeb10e87e2f7ab674e59518c1be9f6632392a793dc
parent141571b3439a83824eeecbedbab9f38106fd221e
[3.14] gh-148441: Avoid integer overflow in Expat's CharacterDataHandler (GH-148904) (#149638)

gh-148441: Avoid integer overflow in Expat's CharacterDataHandler (GH-148904)
(cherry picked from commit bc1be4f6174086b4a46e3fe656552f5bb4e6e7b2)

Co-authored-by: ByteFlow <fakeshadow1337@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-04-23-12-50-15.gh-issue-148441.zvpCkR.rst [new file with mode: 0644]
Modules/pyexpat.c