]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144872: fix heap buffer overflow `_PyTokenizer_ensure_utf8` (#144807)
authorAdamKorcz <44787359+AdamKorcz@users.noreply.github.com>
Thu, 26 Feb 2026 22:35:08 +0000 (22:35 +0000)
committerGitHub <noreply@github.com>
Thu, 26 Feb 2026 22:35:08 +0000 (22:35 +0000)
commit3fc945df22a169e039c3f21b44c0d08390a00c0c
treec43fc46057e1f889e053dafc93d34dcb03ef6d08
parentf3a381e54fcabb2d8649cbfc2dff9933ee7c4d0b
gh-144872: fix heap buffer overflow `_PyTokenizer_ensure_utf8` (#144807)
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