]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] 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:11:57 +0000 (16:11 +0200)
committerGitHub <noreply@github.com>
Sun, 10 May 2026 14:11:57 +0000 (14:11 +0000)
commit46a54ea5b0e4658db6bc40706ac3d4d86734e599
tree337ea688c51e0b59c2ee474dee13388e693a2edd
parent6ba3ea43a032ceedaf917fd0f1952afb238756eb
[3.15] gh-148441: Avoid integer overflow in Expat's CharacterDataHandler (GH-148904) (#149639)

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