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

(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