[Webkit-unassigned] [Bug 18538] Uninitialized Value object when parsing '%'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 23 10:39:14 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18538





------- Comment #6 from phanna at email.unc.edu  2008-04-23 10:39 PDT -------
Unfortunately this only crashed for me on an optimized arm build. It crashed
because it tried to create a String from an uninitialized ParseString with a
huge length. Safari does not crash in debug or release mode. The only way I
found out why our port crashed is by using Valgrind on a linux debug build and
then tracing through the code.

The test case doesn't render any different with or without my fix.


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