mirror of
https://github.com/janet-lang/janet
synced 2024-11-05 16:26:17 +00:00
a87015598c
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. |
||
---|---|---|
.. | ||
fuzz_dostring.c |