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

(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