Skip to content

Stack overflow - uncontrolled recursion #102

Open
@dominiakm

Description

@dominiakm

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions