]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-99581: Fix a buffer overflow in the tokenizer when copying lines that fill...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sun, 20 Nov 2022 22:30:15 +0000 (22:30 +0000)
committerGitHub <noreply@github.com>
Sun, 20 Nov 2022 22:30:15 +0000 (22:30 +0000)
commitad47c7d926a9f842a31247f4a15b5bb9f1566749
tree236bd290258b5a7f65201737daf4713edb95c7e4
parent88b101ff52010f795b34e3afc04c0e934d662d82
[3.10] gh-99581: Fix a buffer overflow in the tokenizer when copying lines that fill the available buffer (GH-99605). (#99630)
Lib/test/test_tokenize.py
Misc/NEWS.d/next/Core and Builtins/2022-11-19-22-27-52.gh-issue-99581.yKYPbf.rst [new file with mode: 0644]
Parser/tokenizer.c