]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-123229: Fix valgrind warning by initializing the f-string buffers to 0...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 23 Aug 2024 12:59:54 +0000 (14:59 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Aug 2024 12:59:54 +0000 (12:59 +0000)
commit935b8b422b801f8c6a6ac35f5f2493f05279ae9e
tree47fe28fcd963e7e8cb03d74f4237d07b6c30feea
parent0955db1bd80edf8e20788b95dcfe8580aa0ade19
[3.13] gh-123229: Fix valgrind warning by initializing the f-string buffers to 0 in the tokenizer (GH-123263) (#123264)

gh-123229: Fix valgrind warning by initializing the f-string buffers to 0 in the tokenizer (GH-123263)
(cherry picked from commit adc5190014efcf7b7a4c5dfc9998faa8345527ed)

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