Skip to content

parser: limit recursion in block and any productions

Michael Catanzaro requested to merge mcatanzaro/#8 into master

If we don't have any limits, we can recurse forever and overflow the stack.

Fixes #8 (closed)

Merge request reports