mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
Add ecmascript_interpreter.backend_nesting, increment it when beginning to evaluate an expression, and decrement it when evaluation finishes. Then assert that it is zero in ecmascript_put_interpreter. This detects bug 957 and similar ones before they corrupt memory.