[Webkit-unassigned] [Bug 83276] WebKit2 crashes when calling event.dataTransfer.setDragImage with a 0x0 HTML element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 5 11:06:16 PDT 2012


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|WebKit2 crashes when        |WebKit2 crashes when
                   |calling                     |calling
                   |event.dataTransfer.setDragI |event.dataTransfer.setDragI
                   |mage with an HTML element   |mage with a 0x0 HTML
                   |                            |element
         OS/Version|Mac OS X 10.6               |All
             Status|UNCONFIRMED                 |NEW
           Priority|P2                          |P1
                 CC|                            |andersca at apple.com,
                   |                            |ap at webkit.org
     Ever Confirmed|0                           |1




--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  2012-04-05 11:06:16 PST ---
Asserts in debug builds:

PassRefPtr<SharedMemory> SharedMemory::create(size_t size)
{
    ASSERT(size);

Not immediately sure which level is right for a null check.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list