]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120298: Fix use-after-free in `list_richcompare_impl` (#120303)
authorNikita Sobolev <mail@sobolevn.me>
Tue, 11 Jun 2024 07:04:27 +0000 (10:04 +0300)
committerGitHub <noreply@github.com>
Tue, 11 Jun 2024 07:04:27 +0000 (10:04 +0300)
commit141babad9b4eceb83371bf19ba3a36b50dd05250
treee702831575588b5c82135b0e8754a40aaad515bb
parent9e9ee50421c857b443e2060274f17fb884d54473
gh-120298: Fix use-after-free in `list_richcompare_impl` (#120303)

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