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)) ;
$
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.