]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-144872: fix heap buffer overflow `_PyTokenizer_ensure_utf8` (GH-144807...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 26 Feb 2026 23:01:12 +0000 (00:01 +0100)
committerGitHub <noreply@github.com>
Thu, 26 Feb 2026 23:01:12 +0000 (23:01 +0000)
commit08101240f4b2587fd7db61c32dcc9930ba890ce2
tree53127a0f2753f755327a6798ca99028a55b6579d
parentded533b1fa8d038ee013caa657ca76b12d50a9a6
[3.14] gh-144872: fix heap buffer overflow `_PyTokenizer_ensure_utf8` (GH-144807) (#145287)

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