[Webkit-unassigned] [Bug 11555] StringImpl can corrupt the static empty string

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 9 11:23:37 PST 2006


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


dgibson77 at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever Confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
         AssignedTo|webkit-                     |whereismichelleb at yahoo.com
                   |unassigned at opendarwin.org   |




------- Comment #4 from dgibson77 at gmail.com  2006-11-09 11:23 PDT -------
Confirming.  Another failing code sequence (as alluded to in comment 2) is

String s1 = "";
s1.insert("corrupted", 0);
String s2 = "";
assert(s2.empty());


-- 
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.
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list