[Webkit-unassigned] [Bug 165926] New: Possible nullptr dereference when applying pagination to viewport

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 15 15:32:51 PST 2016


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

            Bug ID: 165926
           Summary: Possible nullptr dereference when applying pagination
                    to viewport
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

In FrameView::applyPaginationToViewport we check if documentElement is nullptr before accessing its renderer.

Later, we dereference documentElement without checking for null.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161215/94687283/attachment-0001.html>


More information about the webkit-unassigned mailing list