UpstandingHackers / hammer

Parser combinators for binary formats, in C. Yes, in C. What? Don't look at me like that.
GNU General Public License v2.0
430 stars 40 forks source link

add a missing end-of-input check in the LL(k) backend #139

Closed pesco closed 8 years ago

pesco commented 8 years ago

Stumbled upon a bug: The LL(k) backend could, when processing a single-character terminal, mistake the end of input for a zero byte.