]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix UBSan failures in `Modules/_jsonmodule.c` (GH-129781)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Mon, 17 Feb 2025 13:51:18 +0000 (14:51 +0100)
committerGitHub <noreply@github.com>
Mon, 17 Feb 2025 13:51:18 +0000 (14:51 +0100)
commit31ad8b6d08dff9edbed65bba865d633dad018bb8
treecc7949574f9e7afe8b3400e558b70f5270a36d13
parentef8eeca9d8d464cff0e7bc5c428e9b8ba4936962
gh-111178: fix UBSan failures in `Modules/_jsonmodule.c` (GH-129781)

Fix UBSan failures for `PyScannerObject`, fix UBSan failures for `PyEncoderObject`
Modules/_json.c