For giggles I'm putting this micro-lisp through American Fuzzy Lop (afl-fuzz). It seems rather resilient :+1:
It found what it calls a "hang" case though. If you put a single character in a file, the parser will fault. E.g a file with just 0x7F or 0xED it will lead to a Segmentation fault.
For giggles I'm putting this micro-lisp through American Fuzzy Lop (
afl-fuzz
). It seems rather resilient :+1:It found what it calls a "hang" case though. If you put a single character in a file, the parser will fault. E.g a file with just 0x7F or 0xED it will lead to a Segmentation fault.
Do with it whatever you like :)