[Webkit-unassigned] [Bug 31664] New: [Qt] QWebInspector access its memory after being deleted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 19 04:36:25 PST 2009


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

           Summary: [Qt] QWebInspector access its memory after being
                    deleted
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Keywords: Qt
          Severity: Major
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jocelyn.turcotte at nokia.com


If we have a QWebPage that created its own QWebInspector, it will delete it in
destructor of QWebPage.
The problem is that its deleted in QWebPagePrivate::setInspector, itself called
by QWebPage::d->inspector->setPage(0).
When setPage resumes, it tries to access its memory which can lead to a crash.

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