Skip to content

Ungraceful handling of stack overflow #5300

Description

@wintered

b706935
OS: Ubuntu 24.04.3 LTS

Hi,

the following program leads to a SIGABORT (exitcode 134) while other engines (e.g. V8) handle this with a RangeError.

$jerry bug.js
zsh: IOT instruction (core dumped)  jerry bug.js
$cat bug.js
a = { toString() {eval("this") / { }}}
if (decodeURIComponent(a)) ;
$

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions