]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151295: Fix use-after-free in bytes.join()/bytearray.join() via re-entrant __buffe...
authortonghuaroot (童话) <tonghuaroot@gmail.com>
Thu, 11 Jun 2026 07:51:43 +0000 (15:51 +0800)
committerGitHub <noreply@github.com>
Thu, 11 Jun 2026 07:51:43 +0000 (07:51 +0000)
commit84a322aa1555df745a2c115df03bfb7a4ed8c594
tree4296d2da539c102bebf3ef3bf6a0b4fa2a17272d
parent84630e2cb90ef334e41eb9bccd860b3b0a7ff51b
gh-151295: Fix use-after-free in bytes.join()/bytearray.join() via re-entrant __buffer__ (GH-151296)
Lib/test/test_bytes.py
Misc/NEWS.d/next/Library/2026-06-11-00-00-00.gh-issue-151295.NQYUzW.rst [new file with mode: 0644]
Objects/stringlib/join.h