RESOLVED FIXED 158225
[Win] Potential null pointer crash when setting cursor.
https://bugs.webkit.org/show_bug.cgi?id=158225
Summary [Win] Potential null pointer crash when setting cursor.
Per Arne Vollan
Reported 2016-05-31 05:23:39 PDT
Code inspection shows that the call cursor.platformCursor() can return null. void WebChromeClient::setCursor(const Cursor& cursor) { HCURSOR platformCursor = cursor.platformCursor()->nativeCursor(); ...
Attachments
Patch (1.21 KB, patch)
2016-05-31 05:32 PDT, Per Arne Vollan
achristensen: review+
Per Arne Vollan
Comment 1 2016-05-31 05:32:42 PDT
Alex Christensen
Comment 2 2016-05-31 09:52:35 PDT
Comment on attachment 280139 [details] Patch Sure
Per Arne Vollan
Comment 3 2016-06-01 02:13:50 PDT
(In reply to comment #2) > Comment on attachment 280139 [details] > Patch > > Sure Thanks for reviewing :)
Per Arne Vollan
Comment 4 2016-06-01 02:15:08 PDT
Note You need to log in before you can comment on or make changes to this bug.