[Webkit-unassigned] [Bug 55005] SegmentedString operator= always causes a malloc
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 22 15:24:50 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=55005
--- Comment #1 from Eric Seidel <eric at webkit.org> 2011-02-22 15:24:50 PST ---
That backtrace is slightly off (we don't go through numberOfCharactersConsumed) due to it being a release build. But the rest is close enough for you to see the point. Anytime someone does:
m_segString = otherSegString
we do a malloc. Which authors don't always seem to realize (certainly abarth didn't when writing HTMLSourceTracker::start)
--
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