]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40958: Avoid buffer overflow in the parser when indexing the current line (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 16 Jun 2020 17:36:59 +0000 (10:36 -0700)
committerGitHub <noreply@github.com>
Tue, 16 Jun 2020 17:36:59 +0000 (18:36 +0100)
commit7795ae8f05a5b1134a576a372f64699176cac5fb
tree3098d80d2e6fbe78c9c840a512dfc63da357ce90
parent3cf809475a93228a3cb310b4d10d38f3b9d44c1f
bpo-40958: Avoid buffer overflow in the parser when indexing the current line (GH-20875) (GH-20919)

(cherry picked from commit 51c5896b6205911d29ac07f167ec7f3cf1cb600d)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Lib/test/test_peg_parser.py
Misc/NEWS.d/next/Core and Builtins/2020-06-15-01-20-44.bpo-40958.7O2Wh1.rst [new file with mode: 0644]
Parser/pegen/pegen.c
Parser/pegen/pegen.h