]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-120298: Fix use-after-free in `list_richcompare_impl` (GH-120303) (#120340)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 11 Jun 2024 07:28:45 +0000 (09:28 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Jun 2024 07:28:45 +0000 (07:28 +0000)
commit52225c64f7cd55f2bfe8515d4daf1a5ed4be6d7b
treea2ac89998c6c0baccb97dd71faa0442906fd77cb
parent81eae217335fc66bec343b9f11f1b68fe85667bf
[3.13] gh-120298: Fix use-after-free in `list_richcompare_impl` (GH-120303) (#120340)

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