]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143195: fix UAF in `{bytearray,memoryview}.hex(sep)` via re-entrant `sep.__len__...
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sat, 27 Dec 2025 12:32:52 +0000 (12:32 +0000)
committerGitHub <noreply@github.com>
Sat, 27 Dec 2025 12:32:52 +0000 (13:32 +0100)
commit9976c2b6349a079ae39931d960b8c147e21c6c3f
tree00acb8cd2aa9b816b7a03d32d789c76c7e274a07
parentf5e11facf2d3d89ea8c387376d5889b959c60d82
gh-143195: fix UAF in `{bytearray,memoryview}.hex(sep)` via re-entrant `sep.__len__` (#143209)
Lib/test/test_bytes.py
Lib/test/test_memoryview.py
Misc/NEWS.d/next/Core_and_Builtins/2025-12-27-10-14-26.gh-issue-143195.MNldfr.rst [new file with mode: 0644]
Objects/bytearrayobject.c
Objects/memoryobject.c