fix buffer overflow in parser (afl)
commit5a4369dd279b1ee50779ae4ab16daaa035eeeb69
authorQuentin Carbonneaux <quentin@c9x.me>
Tue, 27 Jul 2021 22:53:09 +0000 (28 00:53 +0200)
committerQuentin Carbonneaux <quentin@c9x.me>
Tue, 27 Jul 2021 22:53:09 +0000 (28 00:53 +0200)
treeabb1617109526574d9311ac56d7a22edc5256f83
parent7f4ab8d801edd1db8518ecd110c53483f847a8e9
fix buffer overflow in parser (afl)

Reported by Alessandro Mantovani.
Overly long function names would
trigger out-of-bounds accesses.
parse.c