[Webkit-unassigned] [Bug 21234] JavaScript crash for all pages in op_get_by_id_chain opcode
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 2 01:37:03 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21234
------- Comment #1 from michael.goffioul at gmail.com 2008-10-02 01:37 PDT -------
Created an attachment (id=24011)
--> (https://bugs.webkit.org/attachment.cgi?id=24011&action=view)
Remove NEXT_OPCODE calls within embedded while-loops
I think I found the problem: NEXT_OPCODE translates to a simple "continue"
statement under MSVC (there's no computed goto). As a result, you can't
use NEXT_OPCODE within an embedded while-loop, as it will wrongly jump
to the nearest while-loop. I found 2 occurrences of this problem. Patch
attached. The patch is not very elegant, but it works.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list