]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40958: Avoid buffer overflow in the parser when indexing the current line (GH...
authorPablo Galindo <Pablogsal@gmail.com>
Tue, 16 Jun 2020 15:49:43 +0000 (16:49 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Jun 2020 15:49:43 +0000 (16:49 +0100)
commit51c5896b6205911d29ac07f167ec7f3cf1cb600d
tree4bb679cf3dd91e96b6abf60f4d139e1e943f5ed0
parentfcc60e40bbfe8a229b8b83f1d1ee77fd4bf870d1
bpo-40958: Avoid buffer overflow in the parser when indexing the current line (GH-20875)
Misc/NEWS.d/next/Core and Builtins/2020-06-15-01-20-44.bpo-40958.7O2Wh1.rst [new file with mode: 0644]
Parser/pegen.c
Parser/pegen.h