Find limit of recursion: Difference between revisions

(Add LIL)
Line 1,427:
 
=={{header|LIL}}==
lil.c allows an optionoptional build time value to set a limit on recursion:
<lang c>/* Enable limiting recursive calls to lil_parse - this can be used to avoid call stack
* overflows and is also useful when running through an automated fuzzer like AFL */
Line 1,446:
Segmentation fault (core dumped)</pre>
 
That number will varying depending on system and state of system.
 
=={{header|Logo}}==
Anonymous user