[Webkit-unassigned] [Bug 208150] New: FuzzDragon -- Null Ptr Deref READ @ WebCore::Document::dispatchDisabledAdaptationsDidChangeForMainFrame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 24 12:26:08 PST 2020


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

            Bug ID: 208150
           Summary: FuzzDragon -- Null Ptr Deref READ @
                    WebCore::Document::dispatchDisabledAdaptationsDidChang
                    eForMainFrame
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: pgyanchandani at apple.com

Initial crash is due to re-entrancy in function didBecomeCurrentDocumentInFrame. The re-entrancy was addressed with below change 

Style::PostResolutionCallbackDisabler disabler(*newDocument);
        WidgetHierarchyUpdatesSuspensionScope suspendWidgetHierarchyUpdates;
        ScriptDisallowedScope::InMainThread scriptDisallowedScope; 

But due to an orphan frame access later the crash was observed in initContentSecurityPolicy.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200224/8b19d742/attachment.htm>


More information about the webkit-unassigned mailing list