]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142557: fix UAF in `bytearray.__mod__` when object is mutated while formatting...
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sat, 27 Dec 2025 14:57:13 +0000 (14:57 +0000)
committerGitHub <noreply@github.com>
Sat, 27 Dec 2025 14:57:13 +0000 (14:57 +0000)
commit61ee04834b096be00678c6819b4957f3f4413a5e
treecc921735443596b7f92a4bf1efcbfb995728199b
parent84fcdbd86ecd81f7cc793e22268a029ac6cf29c2
gh-142557: fix UAF in `bytearray.__mod__` when object is mutated while formatting `%`-style arguments (#143213)
Lib/test/test_bytes.py
Misc/NEWS.d/next/Core_and_Builtins/2025-12-27-12-25-06.gh-issue-142557.KWOc8b.rst [new file with mode: 0644]
Objects/bytearrayobject.c