]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99581: Fix a buffer overflow in the tokenizer when copying lines that fill the...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 20 Nov 2022 20:53:02 +0000 (12:53 -0800)
committerGitHub <noreply@github.com>
Sun, 20 Nov 2022 20:53:02 +0000 (12:53 -0800)
commitf38164481974a5ca643ec9ae19f118d8ad32353f
treef7f9408dc78f1f64b251088dd771ce2508bc6bd4
parent152a437b8dee77fe10f13f504da3ee63f1dd3657
gh-99581: Fix a buffer overflow in the tokenizer when copying lines that fill the available buffer (GH-99605)

(cherry picked from commit e13d1d9dda8c27691180bc618bd5e9bf43dfa89f)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
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