Open
Description
Version:
64c3a9c
Testcase:
((((((...(
Depanding on the memory limit, the number of brackets neccesery to trigger this may vary.
On my system, the following causes segmentation fault due to stack overflow:
python -c 'print("(" * 50000)' | ./lv5
Result:
Stack overflow due to stack space exhaustion.
Metadata
Metadata
Assignees
Labels
No labels