]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143544: Fix possible use-after-free in the JSON decoder when JSONDecodeError disap...
authorVanshAgarwal24036 <148854295+VanshAgarwal24036@users.noreply.github.com>
Mon, 12 Jan 2026 15:39:32 +0000 (21:09 +0530)
committerGitHub <noreply@github.com>
Mon, 12 Jan 2026 15:39:32 +0000 (16:39 +0100)
commitc3157480601499565fd42a8afbdb0207328ac484
treec1bc665fcaf1ad20a052d690754a9caa39ef8e2f
parentfe78c1e749169946b43e93e0c605369cadb0c8f1
gh-143544: Fix possible use-after-free in the JSON decoder when JSONDecodeError disappears during raising it (#143561)

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