]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] gh-120384: gh-120298: Fix array-out-of-bounds & use after free `list` (GH-12134...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 31 Oct 2025 14:44:41 +0000 (15:44 +0100)
committerGitHub <noreply@github.com>
Fri, 31 Oct 2025 14:44:41 +0000 (15:44 +0100)
commit42762bb0989bddca75f0a98ff674ecbaf66d1b2a
tree95ee14920ed3209b45c8e52a9c4a136de9e5a0bc
parent90719e3c437c35c8d8aeace0817de90bc80c5967
[3.9] gh-120384: gh-120298: Fix array-out-of-bounds & use after free `list` (GH-121345) (GH-140834)

(cherry picked from commit 8334a1b55c93068f5d243852029baa83377ff6c9)
(cherry picked from commit 0cd888b8d3a47428097571dddf5a0b5de37084e0)

Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com>
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/test/list_tests.py
Lib/test/test_list.py
Misc/NEWS.d/next/Core and Builtins/2024-06-10-10-42-48.gh-issue-120298.napREA.rst [new file with mode: 0644]
Misc/NEWS.d/next/Core and Builtins/2024-06-13-12-17-52.gh-issue-120384.w1UBGl.rst [new file with mode: 0644]
Objects/listobject.c