]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103656: Transfer f-string buffers to parser to avoid use-after-free (GH-103896)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Thu, 27 Apr 2023 01:33:31 +0000 (19:33 -0600)
committerGitHub <noreply@github.com>
Thu, 27 Apr 2023 01:33:31 +0000 (01:33 +0000)
commit9169a56fad246364fd3224306e72e0d0725c35aa
tree2a79d19be8d01fdd08ff5b54080ebfee72ae089d
parent76632b836cf81a95301f4eb1fa43682e8d9ffa67
gh-103656: Transfer f-string buffers to parser to avoid use-after-free (GH-103896)

Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
Grammar/python.gram
Lib/test/test_fstring.py
Parser/action_helpers.c
Parser/parser.c
Parser/pegen.c
Parser/pegen.h
Parser/pegen_errors.c
Parser/tokenizer.c
Parser/tokenizer.h