Skip to content
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

ArrayIndexOutOfBoundsException when parsing '<!-' #409

Open
rohanpadhye opened this issue Mar 16, 2018 · 1 comment
Open

ArrayIndexOutOfBoundsException when parsing '<!-' #409

rohanpadhye opened this issue Mar 16, 2018 · 1 comment
Labels
Annex B (Ecma) Issues related to Annex B from the EcmaScript spec bug Issues considered a bug non-Ecma

Comments

@rohanpadhye
Copy link

Input to Rhino 1.7.8

<!-

Throws:

java.lang.ArrayIndexOutOfBoundsException: 3

	at org.mozilla.javascript.TokenStream.ungetChar(TokenStream.java:1454)
	at org.mozilla.javascript.TokenStream.getFirstXMLToken(TokenStream.java:1156)
	at org.mozilla.javascript.Parser.xmlInitializer(Parser.java:2559)
	at org.mozilla.javascript.Parser.unaryExpr(Parser.java:2534)
	at org.mozilla.javascript.Parser.mulExpr(Parser.java:2464)
	at org.mozilla.javascript.Parser.addExpr(Parser.java:2448)
	at org.mozilla.javascript.Parser.shiftExpr(Parser.java:2429)
	at org.mozilla.javascript.Parser.relExpr(Parser.java:2404)
	at org.mozilla.javascript.Parser.eqExpr(Parser.java:2376)
	at org.mozilla.javascript.Parser.bitAndExpr(Parser.java:2365)
	at org.mozilla.javascript.Parser.bitXorExpr(Parser.java:2354)
	at org.mozilla.javascript.Parser.bitOrExpr(Parser.java:2343)
	at org.mozilla.javascript.Parser.andExpr(Parser.java:2332)
	at org.mozilla.javascript.Parser.orExpr(Parser.java:2321)
	at org.mozilla.javascript.Parser.condExpr(Parser.java:2285)
	at org.mozilla.javascript.Parser.assignExpr(Parser.java:2248)
	at org.mozilla.javascript.Parser.expr(Parser.java:2227)
	at org.mozilla.javascript.Parser.statementHelper(Parser.java:1241)
	at org.mozilla.javascript.Parser.statement(Parser.java:1103)
	at org.mozilla.javascript.Parser.parse(Parser.java:642)
	at org.mozilla.javascript.Parser.parse(Parser.java:577)
	at org.mozilla.javascript.Context.compileImpl(Context.java:2522)
	at org.mozilla.javascript.Context.compileString(Context.java:1507)
	at org.mozilla.javascript.Context.compileString(Context.java:1496)

Test case generated automatically by JQF.

This bug is possibly related to #397.

@rohanpadhye
Copy link
Author

rohanpadhye commented Mar 18, 2019

Hi, it's been more than one year since this was first reported. Are there any updates?

@p-bakker p-bakker added Annex B (Ecma) Issues related to Annex B from the EcmaScript spec bug Issues considered a bug labels Jul 5, 2021
@p-bakker p-bakker added the Ecma Incompatibility Issues about Rhino being incompatible with the EcmaScript spec label Oct 14, 2021
@p-bakker p-bakker added this to To do in v2.0.0 via automation Oct 14, 2021
@p-bakker p-bakker added non-Ecma and removed Ecma Incompatibility Issues about Rhino being incompatible with the EcmaScript spec labels Oct 14, 2021
@p-bakker p-bakker moved this from To do to non-Ecma in v2.0.0 Oct 14, 2021
@p-bakker p-bakker added this to To do in v1.7.xx via automation Oct 14, 2021
@p-bakker p-bakker moved this from To do to To do: non-Ecma (v2.0.0 prep) in v1.7.xx Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Annex B (Ecma) Issues related to Annex B from the EcmaScript spec bug Issues considered a bug non-Ecma
Projects
v1.7.xx
To do: non-Ecma (v2.0.0 prep)
v2.0.0
To do: non-Ecma
Development

No branches or pull requests

2 participants