]> granicus.if.org Git - re2c/commit
Fixed segfault cause by out of bounds access.
authorUlya Trofimovich <skvadrik@gmail.com>
Thu, 15 Nov 2018 07:33:25 +0000 (07:33 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Thu, 15 Nov 2018 07:33:25 +0000 (07:33 +0000)
commite566a24ae79cae87e37d947ae5f201307b315b99
treef4d90f5e172b26b5137ba2fea2027e259db9eaf1
parent3b685dac112e83a786a9a27e4138f3f1d35f6029
Fixed segfault cause by out of bounds access.

This fixes bug #227.
Found by american fuzzy lop (thanks to Henri Salo).
re2c/src/ast/validate.cc
re2c/test/american_fuzzy_lop/008.c [new file with mode: 0644]
re2c/test/american_fuzzy_lop/008.re [new file with mode: 0644]