]> granicus.if.org Git - re2c/commit
Fixed out of bounds read in configuration lexer (not handling EOF in configuration...
authorUlya Trofimovich <skvadrik@gmail.com>
Sun, 4 Nov 2018 22:38:56 +0000 (22:38 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Sun, 4 Nov 2018 22:38:56 +0000 (22:38 +0000)
commit5315a6db02ce495a9ced5db128aabf1f1dd1c621
treee49825027f66fc707a30f903b5fcde036eb9dbf2
parentc432c5c34c60a9e450714a7d1d5c39b34c9fd0a0
Fixed out of bounds read in configuration lexer (not handling EOF in configuration value).

Found by american fuzzy lop (thanks to Henri Salo).
re2c/bootstrap/src/ast/lex_conf.cc
re2c/src/ast/lex_conf.re
re2c/test/american_fuzzy_lop/007.c [new file with mode: 0644]
re2c/test/american_fuzzy_lop/007.re [new file with mode: 0644]