ignorabimus / minischeme

Mini-Scheme Interpreter with Copying GC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fuzzed hangs and crashes

siraben opened this issue · comments

Using afl-fuzz I managed to generate input that crashes or hangs the interpreter.

The zip file contains two directories, hangs/ and crashes/ containing the cases that make it hang or crash, respectively.

hangs and crashes.zip

Hope this helps!

I fixed some of hangs and crashes in these commits.
3b9a2fb
b7a91bc
e93e57e
419f054
648331e

Thank you for reporting!