]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:06:24 +0000 (17:06 +0100)
committerGitHub <noreply@github.com>
Mon, 12 Jan 2026 16:06:24 +0000 (16:06 +0000)
commit78ea9eb3406781c9f3fc3e216377bd0e38350d05
tree64bf15159a6a6987f75392d91260a820a92c3142
parentdeb75a529603ecd25694820aceae23dc7b253856
[3.14] gh-143544: Fix possible use-after-free in the JSON decoder when JSONDecodeError disappears during raising it (GH-143561) (#143733)

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