[Webkit-unassigned] [Bug 9317] REGRESSION: crash in HTML tokenizer at japanese apple support page

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Jun 7 09:43:02 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9317





------- Comment #4 from darin at apple.com  2006-06-07 09:43 PDT -------
There seem to be two halves to this crash.

Half the problem is a crash with script nesting. I've created a much-reduced
test case that demonstrates this.

The other half of the problem seems to be a yen character mixup, where a \ is
being used to escape the / in </script> -- the \ looks like a yen character and
I think it might not be working properly. The reduced test case does not
address that.

Once the crash is fixed we need to look at the page again and make sure the
JavaScript is being loaded properly.


-- 
Configure bugmail: http://bugzilla.opendarwin.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