[Webkit-unassigned] [Bug 83565] New: Crash when reloading page while it is loading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 10 05:13:49 PDT 2012


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

           Summary: Crash when reloading page while it is loading
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://stackoverflow.com/questions/10072774/qtwebkit-2
                    -2-segfaults-when-loading-specific-website
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Blocker
          Priority: P1
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: net147 at gmail.com


The crash is caused by a null pointer dereference in Source/WebCore/loader/ResourceLoader.cpp in the function ResourceLoader::didCancel().
m_documentLoader->cancelPendingSubstituteLoad(this) is called without checking if m_documentLoader is null.

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