]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-120298: Fix use-after-free in `list_richcompare_impl` (GH-120303) (#120339)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 11 Jun 2024 07:22:59 +0000 (09:22 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Jun 2024 07:22:59 +0000 (07:22 +0000)
commitb8845369aa76a6b2d4f147243d8451ce00abc661
treed4ae081ef19bb4765bf336c98bb69404e939e368
parentf6481925d80080f09c3bb264da7f5eedf0f86068
[3.12] gh-120298: Fix use-after-free in `list_richcompare_impl` (GH-120303) (#120339)

gh-120298: Fix use-after-free in `list_richcompare_impl` (GH-120303)
(cherry picked from commit 141babad9b4eceb83371bf19ba3a36b50dd05250)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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]
Objects/listobject.c