]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:49 +0000 (10:30 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Jun 2026 08:30:49 +0000 (11:30 +0300)
commit5c17ae6c1c96d14cbe9e4e2f28f6d892d94bae79
tree00c2fed24bbef5272caeae0a66b0b177bf5d05cf
parentd5468ba70b444213bd44c59292857cd3d2f82cfd
[3.13] gh-151295: Fix use-after-free in bytes.join()/bytearray.join() via re-entrant __buffer__ (GH-151296) (GH-151306)

(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