]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-120384: gh-120298: Fix array-out-of-bounds & use after free `list` (GH...
authorGregory P. Smith <68491+gpshead@users.noreply.github.com>
Fri, 31 Oct 2025 14:19:07 +0000 (07:19 -0700)
committerGitHub <noreply@github.com>
Fri, 31 Oct 2025 14:19:07 +0000 (15:19 +0100)
commit0cd888b8d3a47428097571dddf5a0b5de37084e0
tree80fe66d6d91c0f7eb8b86cca8f3a25252988b3d1
parent88f3f5b5f11ab8b4e767ea0111ffccd204d58454
[3.11] gh-120384: gh-120298: Fix array-out-of-bounds & use after free `list` (GH-121345)

(cherry picked from commit 8334a1b55c93068f5d243852029baa83377ff6c9)

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