[Webkit-unassigned] [Bug 52516] [jsfunfuzz] Yet another assertion failure in lexer due to not clearing buffers on error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 16 17:12:47 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=52516





--- Comment #2 from Oliver Hunt <oliver at apple.com>  2011-01-16 17:12:47 PST ---
Whoops, if multiple variables are declared in a for loop initialiser section, we don't validate that the following token is a semicolon.  This means any token can go there and we'll accept it -- or in the case of a lexical error we'll assume a valid token and try to read the next (triggering this assertion)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list