]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-143544: Fix possible use-after-free in the JSON decoder when JSONDecodeErro...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 12 Jan 2026 16:02:23 +0000 (17:02 +0100)
committerGitHub <noreply@github.com>
Mon, 12 Jan 2026 16:02:23 +0000 (16:02 +0000)
commit8b7ebbb43217362f7fb61f6a4cf3f90e3e0c8880
treea10505c4e9029f549eab43d4df33598e741928d0
parentb06ef5b59a54bc87df85a418f81c85d9fb9e46c1
[3.13] gh-143544: Fix possible use-after-free in the JSON decoder when JSONDecodeError disappears during raising it (GH-143561) (#143734)

gh-143544: Fix possible use-after-free in the JSON decoder when JSONDecodeError disappears during raising it (GH-143561)
(cherry picked from commit c3157480601499565fd42a8afbdb0207328ac484)

Co-authored-by: VanshAgarwal24036 <148854295+VanshAgarwal24036@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Modules/_json.c