[Webkit-unassigned] [Bug 51322] New: chrome.dll!WebCore::CompositeEditCommand::cloneParagraphUnderNewElement ReadAV at NULL (f84a03432e24e16d27d29d94f72b0b0f)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 20 01:18:06 PST 2010


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

           Summary: chrome.dll!WebCore::CompositeEditCommand::cloneParagra
                    phUnderNewElement ReadAV at NULL
                    (f84a03432e24e16d27d29d94f72b0b0f)
           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: eric at webkit.org


Created an attachment (id=76983)
 --> (https://bugs.webkit.org/attachment.cgi?id=76983&action=review)
Repro

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

Repro:
<body onload="
  document.designMode='on';
  document.execCommand('SelectAll');
  document.execCommand('justifyright');
  document.execCommand('underline');
  document.execCommand('InsertLineBreak');
  document.execCommand('insertorderedlist');
  document.execCommand('insertimage');
  document.execCommand('InsertOrderedList');
  document.execCommand('insertimage');
  document.execCommand('InsertOrderedList');
  document.execCommand('InsertUnorderedList');
  document.execCommand('Outdent');
  document.execCommand('insertorderedlist');
  document.execCommand('SelectAll');
  document.execCommand('outdent');
  document.execCommand('insertorderedlist');
">

id:             chrome.dll!WebCore::CompositeEditCommand::cloneParagraphUnderNewElement ReadAV at NULL (f84a03432e24e16d27d29d94f72b0b0f)
description:    Attempt to read from unallocated NULL pointer+0x24 in chrome.dll!WebCore::CompositeEditCommand::cloneParagraphUnderNewElement
application:    Chromium 10.0.617.0
stack:          chrome.dll!WebCore::CompositeEditCommand::cloneParagraphUnderNewElement
                chrome.dll!WebCore::CompositeEditCommand::moveParagraphWithClones
                chrome.dll!WebCore::InsertListCommand::doApplyForSingleParagraph
                chrome.dll!WebCore::InsertListCommand::doApply
                chrome.dll!WebCore::EditCommand::apply
                chrome.dll!WebCore::applyCommand
                chrome.dll!WebCore::executeInsertOrderedList
                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