[Webkit-unassigned] [Bug 88419] Memory corruption on HashTable.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 6 08:48:36 PDT 2012


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


Joe Mason <jmason at rim.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmason at rim.com




--- Comment #1 from Joe Mason <jmason at rim.com>  2012-06-06 08:48:35 PST ---
Can you get symbols for that backtrace?

The only thing that looks dangerous in that patch is if the OwnPtr is destroyed (freeing the Mutex) before the code in the destructor runs.  But I'm pretty sure the code in the destructor runs first before member objects are destroyed, so that should be safe.

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