cpython/Parser/lexer
Miss Islington (bot) e140e6ef78
[3.13] gh-132769: Refactor possible read-out-of-bounds in lexer.c (GH-132770) (#132788)
gh-132769: Refactor possible read-out-of-bounds in `lexer.c` (GH-132770)
(cherry picked from commit ea8ec95cfa)

Co-authored-by: sobolevn <mail@sobolevn.me>
2025-04-21 22:42:55 +00:00
..
buffer.c gh-104169: Refactor tokenizer into lexer and wrappers (#110684) 2023-10-11 15:14:44 +00:00
buffer.h gh-104169: Refactor tokenizer into lexer and wrappers (#110684) 2023-10-11 15:14:44 +00:00
lexer.c [3.13] gh-132769: Refactor possible read-out-of-bounds in lexer.c (GH-132770) (#132788) 2025-04-21 22:42:55 +00:00
lexer.h gh-104169: Refactor tokenizer into lexer and wrappers (#110684) 2023-10-11 15:14:44 +00:00
state.c [3.13] gh-123229: Fix valgrind warning by initializing the f-string buffers to 0 in the tokenizer (GH-123263) (#123264) 2024-08-23 12:59:54 +00:00
state.h [3.13] gh-121130: Fix f-string format specifiers with debug expressions (GH-121150) (#121868) 2024-07-16 19:25:04 +00:00