]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-144872: fix heap buffer overflow `_PyTokenizer_ensure_utf8` (GH-144807...
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Mon, 2 Mar 2026 23:00:59 +0000 (23:00 +0000)
committerGitHub <noreply@github.com>
Mon, 2 Mar 2026 23:00:59 +0000 (23:00 +0000)
commit5577bd1298d5d9ec4305b5bc44fb0ef43a4035f1
tree509c8e36686f4f5856e88b4e5488456f67ef714d
parentfb340275c4246df8355a5641b64acdba5cd38ed6
[3.13] gh-144872: fix heap buffer overflow `_PyTokenizer_ensure_utf8` (GH-144807) (#145441)

(cherry picked from commit 3fc945df22a169e039c3f21b44c0d08390a00c0c)

Co-authored-by: AdamKorcz <44787359+AdamKorcz@users.noreply.github.com>
Lib/test/test_source_encoding.py
Misc/NEWS.d/next/Core_and_Builtins/2026-02-16-12-28-43.gh-issue-144872.k9_Q30.rst [new file with mode: 0644]
Parser/tokenizer/helpers.c