We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
d06c3a7
Ubuntu 16.04.6 LTS (Linux 4.15.0-99-generic x86_64)
python tools/build.py --profile=es2015-subset --lto=off --compile-flag=-g \ --error-messages=on --debug --compile-flag=-g --strip=off --logging=on \ --compile-flag=-fsanitize=address --stack-limit=15
function f ({array, 'a', { value: 'foo', enumerable: true } : 36}) {}
ICE: Assertion 'context_p->token.type == LEXER_RIGHT_BRACE || context_p->token.type == LEXER_ASSIGN || context_p->token.type == LEXER_COMMA' failed at /home/JerryScript/jerryscript/jerry-core/parser/js/js-parser-expr.c(parser_parse_object_initializer):3230. Error: ERR_FAILED_INTERNAL_ASSERTION Aborted (core dumped)
Credits: This vulnerability is detected by chong from OWL337.
The text was updated successfully, but these errors were encountered:
Fix PropertyDefinition parsing in ObjectInitializer
8319771
This patch fixes jerryscript-project#3822. JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
d1d83f9
This patch fixes jerryscript-project#3822 and fixes jerryscript-project#3823. JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
da17c7d
This patch fixes jerryscript-project#3822 and fixes jerryscript-project#3823 and fixes jerryscript-project#3824. JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
87197ce
This patch fixes jerryscript-project#3822 and fixes jerryscript-project#3823 and fixes jerryscript-project#3824 and fixes jerryscript-project#3825. JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
659e923
3bf4b7c
Fix PropertyDefinition parsing in ObjectInitializer (#3832)
4660bab
This patch fixes #3822 and fixes #3823 and fixes #3824 and fixes #3825. JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
rerobika
Successfully merging a pull request may close this issue.
JerryScript revision
d06c3a7
Build platform
Ubuntu 16.04.6 LTS (Linux 4.15.0-99-generic x86_64)
Build steps
Test case
Output
Credits: This vulnerability is detected by chong from OWL337.
The text was updated successfully, but these errors were encountered: