New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assertion 'context_p->next_scanner_info_p->type == SCANNER_TYPE_FUNCTION' failed at /home/ubuntu/fuzz/jerryscript/jerry-core/parser/js/js-parser.c(parser_parse_function_arguments):1618 #4916
Labels
bug
Undesired behaviour
Comments
mnegyokru
added a commit
to mnegyokru/jerryscript
that referenced
this issue
Jan 3, 2022
fixes jerryscript-project#4916 JerryScript-DCO-1.0-Signed-off-by: Martin Negyokru negyokru@inf.u-szeged.hu
mnegyokru
added a commit
to mnegyokru/jerryscript
that referenced
this issue
Jan 3, 2022
fixes jerryscript-project#4916 JerryScript-DCO-1.0-Signed-off-by: Martin Negyokru negyokru@inf.u-szeged.hu
mnegyokru
added a commit
to mnegyokru/jerryscript
that referenced
this issue
Jan 3, 2022
fixes jerryscript-project#4916 JerryScript-DCO-1.0-Signed-off-by: Martin Negyokru negyokru@inf.u-szeged.hu
mnegyokru
added a commit
to mnegyokru/jerryscript
that referenced
this issue
Jan 4, 2022
fixes jerryscript-project#4916 JerryScript-DCO-1.0-Signed-off-by: Martin Negyokru negyokru@inf.u-szeged.hu
mnegyokru
added a commit
to mnegyokru/jerryscript
that referenced
this issue
Jan 4, 2022
The next character should not be consumed after finding the static block opening brace. This patch fixes jerryscript-project#4916. JerryScript-DCO-1.0-Signed-off-by: Martin Negyokru negyokru@inf.u-szeged.hu
This was referenced Jan 4, 2022
Closed
mnegyokru
added a commit
to mnegyokru/jerryscript
that referenced
this issue
Jan 4, 2022
The next character should not be consumed after finding the static block opening brace. This patch fixes jerryscript-project#4916. JerryScript-DCO-1.0-Signed-off-by: Martin Negyokru negyokru@inf.u-szeged.hu
dbatyai
pushed a commit
that referenced
this issue
Jan 10, 2022
The next character should not be consumed after finding the static block opening brace. This patch fixes #4916. JerryScript-DCO-1.0-Signed-off-by: Martin Negyokru negyokru@inf.u-szeged.hu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
JerryScript commit hash
a6ab5e9Build platform
Ubuntu 20.04 LTS
Build steps
./tools/build.py --clean --compile-flag=-fsanitize=address --lto=off --error-message=on --profile=es2015-subset --stack-limit=15 --debug --logging=on --line-info=on
poc
assert log
asan log
The text was updated successfully, but these errors were encountered: