]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148441: Avoid integer overflow in Expat's CharacterDataHandler (#148904)
authorByteFlow <fakeshadow1337@gmail.com>
Sun, 10 May 2026 13:42:04 +0000 (21:42 +0800)
committerGitHub <noreply@github.com>
Sun, 10 May 2026 13:42:04 +0000 (15:42 +0200)
commitbc1be4f6174086b4a46e3fe656552f5bb4e6e7b2
tree1e6b0f225eded5ac1115102b60f9f13cd56e17e1
parenta2c1657cab8daed6cf6236d67967372de7442d8b
gh-148441: Avoid integer overflow in Expat's CharacterDataHandler (#148904)

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