[Webkit-unassigned] [Bug 14878] r24843 introduces a crash on calling fork()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 3 14:29:21 PDT 2007


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


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrowe at apple.com
             Status|NEW                         |ASSIGNED




------- Comment #1 from mrowe at apple.com  2007-08-03 14:29 PDT -------
Fork you!

The issue here is that I left some of the "unused" malloc zone functions nulled
out.  Looks like they're not unneeded after all :)

The fix here is to provide no-op stubs rather than leaving the function
pointers null.


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