]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123229: Fix valgrind warning by initializing the f-string buffers to 0 in the...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Fri, 23 Aug 2024 12:33:45 +0000 (13:33 +0100)
committerGitHub <noreply@github.com>
Fri, 23 Aug 2024 12:33:45 +0000 (12:33 +0000)
commitadc5190014efcf7b7a4c5dfc9998faa8345527ed
treec8eff555bde9efd045a0fba9e632972154b31ba9
parent0b0f7befaddb2b5eff2811398a0f0d4604a82a90
gh-123229: Fix valgrind warning by initializing the f-string buffers to 0 in the tokenizer (#123263)

Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Misc/NEWS.d/next/Core and Builtins/2024-08-23-13-08-27.gh-issue-123229.aHm-dw.rst [new file with mode: 0644]
Parser/lexer/state.c