Closed Bug 60059 Opened 24 years ago Closed 24 years ago

Expression parse error (some|cruft)[1], Token [ not expected

Categories

(Core :: XSLT, defect, P3)

defect

Tracking

()

VERIFIED FIXED

People

(Reporter: axel, Assigned: axel)

Details

Using the docbook stylesheets, I found, that we don't parse the above expression
at all. Gave us a segfault.

http://lxr.mozilla.org/seamonkey/source/extensions/transformiix/source/xpath/ExprParser.cpp#230
needs an additional 
	    case Token::L_BRACKET: // Predicate starts here

to eat the ')' Token, see [15] PrimaryExpr.

Axel
keyword review, accepting bug

Axel
Status: NEW → ASSIGNED
Keywords: review
fix is in, r=peterv,patch was in 59937, Axel
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Keywords: review
Resolution: --- → FIXED
Verified.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.