]> granicus.if.org Git - re2c/commit
Fixed out-of-bounds write caused by misuse of slab allocator in case of large allocat...
authorUlya Trofimovich <skvadrik@gmail.com>
Fri, 4 Jan 2019 12:54:03 +0000 (12:54 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Fri, 4 Jan 2019 13:14:23 +0000 (13:14 +0000)
commitfa912290f03ab3e805bfe747e5d6a721deb9b550
tree1c980c6642d682065bc0bbc6cfefe24ec0b4de43
parent6ca7c54d6ea0589130c5e40cd5fe7a7855200250
Fixed out-of-bounds write caused by misuse of slab allocator in case of large allocation size.

This fixes bug #238.
Found by american fuzzy lop (thanks to Henri Salo).
re2c/src/dfa/determinization.h
re2c/src/dfa/tcmd.h
re2c/src/re/re.h
re2c/src/util/slab_allocator.h