janet/test/fuzzers
Calvin Rose a87015598c Make janet_equals and janet_compare non recursive
This makes these operatios use constant stack space rather
than linear stackspace given the size of the inputs. This is important
to prevent certain parser input from causing a stack overflow - in
general, we try to avoid unbounded recursion.
2020-04-24 16:18:31 -05:00
..
fuzz_dostring.c Make janet_equals and janet_compare non recursive 2020-04-24 16:18:31 -05:00