]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99581: Fix a buffer overflow in the tokenizer when copying lines that fill the...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sun, 20 Nov 2022 20:20:03 +0000 (20:20 +0000)
committerGitHub <noreply@github.com>
Sun, 20 Nov 2022 20:20:03 +0000 (20:20 +0000)
commite13d1d9dda8c27691180bc618bd5e9bf43dfa89f
treeb680a71e84cecd3d6554a75ddcabc408586588ca
parentabf5b6ff43c5e238e2d577c95ed27bc8ff01afd5
gh-99581: Fix a buffer overflow in the tokenizer when copying lines that fill the available buffer (#99605)
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