]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-151295: Fix use-after-free in bytes.join()/bytearray.join() via re-entrant...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 11 Jun 2026 08:30:24 +0000 (10:30 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Jun 2026 08:30:24 +0000 (11:30 +0300)
commit9d0999133e546b36d51469c2738215281571bb9e
tree3c5d5b38603a7a3039b5168190a5d53c5cb169db
parentf3316ca675fada57bdf862d7e3aebfd6bb5ac02c
[3.15] gh-151295: Fix use-after-free in bytes.join()/bytearray.join() via re-entrant __buffer__ (GH-151296) (GH-151304)

(cherry picked from commit 84a322aa1555df745a2c115df03bfb7a4ed8c594)

Co-authored-by: tonghuaroot (童话) <tonghuaroot@gmail.com>
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