[Webkit-unassigned] [Bug 56652] New: chrome.dll!WebCoreTypingCommandmakeEditableRootEmpty ReadAV at NULL (9632b8c011239ef3fa014c15ec25f236)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 18 10:16:18 PDT 2011


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

           Summary: chrome.dll!WebCoreTypingCommandmakeEditableRootEmpty
                    ReadAV at NULL (9632b8c011239ef3fa014c15ec25f236)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows Vista
            Status: NEW
          Severity: Normal
          Priority: P1
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: skylined at chromium.org
                CC: rniwa at webkit.org


Chromium: http://code.google.com/p/chromium/issues/detail?id=76690

Repro:
<body onload="go()"></body>
<script>
  function go() {
    document.open();
    document.designMode="on";
    var oSelection = window.getSelection();
    oSelection.addRange(document.createRange());
    document.execCommand("Delete");
  }
</script>

id:             chrome.dll!WebCore::TypingCommand::makeEditableRootEmpty ReadAV at NULL (9632b8c011239ef3fa014c15ec25f236)
description:    Attempt to read from unallocated NULL pointer+0x28 in chrome.dll!WebCore::TypingCommand::makeEditableRootEmpty
application:    Chromium 12.0.707.0
stack:          chrome.dll!WebCore::TypingCommand::makeEditableRootEmpty
                chrome.dll!WebCore::TypingCommand::deleteKeyPressed
                chrome.dll!WebCore::TypingCommand::doApply
                chrome.dll!WebCore::EditCommand::apply
                chrome.dll!WebCore::TypingCommand::deleteKeyPressed
                chrome.dll!WebCore::executeDelete
                chrome.dll!WebCore::Editor::Command::execute
                chrome.dll!WebCore::Document::execCommand
                chrome.dll!WebCore::DocumentInternal::execCommandCallback
                chrome.dll!v8::internal::HandleApiCallHelper<...>
                chrome.dll!v8::internal::Builtin_HandleApiCall
                chrome.dll!v8::internal::Invoke
                chrome.dll!v8::internal::Execution::Call
                ...

-- 
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