[Webkit-unassigned] [Bug 43372] New: Crash during HitTest call

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 2 13:20:34 PDT 2010


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

           Summary: Crash during HitTest call
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit wx
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mmacleod at webmail.co.za


Calling HitTest on a wxWebView results in a crash due to a) destruction of an uninitialized variable and b) (after a is fixed) deletion of a variable that has already been freed, presumably due to some kind of smart pointer.
This patch fixes both of these issues so that HitTest can be used ina  functional manner again.

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