[Webkit-unassigned] [Bug 27874] Change malloc to fastMalloc and free to fastFree in Yarr's RegexInterpreter.cpp
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 5 07:19:56 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27874
--- Comment #8 from Eric Seidel <eric at webkit.org> 2009-08-05 07:19:55 PDT ---
It sounds like either the conversion to fastMalloc/fastFree was incomplete
here, or that by changing over to fastMalloc we've tripped some other subtle
bug in the regexp engine. The latter is bad news and requires further
investigation. I worry that the current use of malloc/free could just be
papering over some underlying bug, given Gavin's above comment.
--
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