[Webkit-unassigned] [Bug 12864] New: Crash due to NULL m_frame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 22 21:41:33 PST 2007


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

           Summary: Crash due to NULL m_frame
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: public at oscarc.net


I saw a crash on my build in DocumentLoader::stopLoading() because m_frame was
set to NULL. stopLoading() assumes that if m_committed is true, m_frame is not
NULL, but this does not seem to be enforced elsewhere in the code. Therefore,
I've put together the attached patch which adds a NULL check for m_frame.


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