[Webkit-unassigned] [Bug 158225] New: [Win] Potential null pointer crash when setting cursor.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 31 05:23:39 PDT 2016


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

            Bug ID: 158225
           Summary: [Win] Potential null pointer crash when setting
                    cursor.
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: pvollan at apple.com

Code inspection shows that the call cursor.platformCursor() can return null.

void WebChromeClient::setCursor(const Cursor& cursor)
{
    HCURSOR platformCursor = cursor.platformCursor()->nativeCursor();
    ...

-- 
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/20160531/82e9b949/attachment.html>


More information about the webkit-unassigned mailing list