[Webkit-unassigned] [Bug 138468] Missing null-check in EventHandler::dragSourceEndedAt()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 6 10:42:58 PST 2014


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

Mario Sanchez Prada <mario at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #241117|                            |review?
              Flags|                            |

--- Comment #1 from Mario Sanchez Prada <mario at webkit.org> ---
Created attachment 241117
  --> https://bugs.webkit.org/attachment.cgi?id=241117&action=review
Patch proposal

I forgot to mention this before, but after checking it with gdb and 'threads apply all bt' it does not look to me as a threading issue, but more related to the fact that we are calling dragSourceEndedAt() with DragOperationNone as the 'operation' parameter, so I wonder if that's what's causing that we dataTransfer is null in this case (thus the need for the check)

I'm also currently attaching the patch that I've been testing today, to make it easier to discuss.

-- 
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/20141106/0359e93e/attachment-0002.html>


More information about the webkit-unassigned mailing list