[Webkit-unassigned] [Bug 55005] SegmentedString operator= always causes a malloc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 23 00:53:10 PST 2011


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





--- Comment #6 from Eric Seidel <eric at webkit.org>  2011-02-23 00:53:09 PST ---
It turns out our Deque implementation just doesn't work with capacity=1.  It silently fails.  I've added an ASSERT to document that and fixed the patch to use capacity 2.

-- 
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