[Webkit-unassigned] [Bug 32390] New: WebCore::SplitElementCommand::SplitElementCommand ReadAV at NULL (3d3ebb81789addf3fcdd28c39a72b244)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 10 12:27:33 PST 2009


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

           Summary: WebCore::SplitElementCommand::SplitElementCommand
                    ReadAV at NULL (3d3ebb81789addf3fcdd28c39a72b244)
           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=44632)
 --> (https://bugs.webkit.org/attachment.cgi?id=44632)
Repro

Id:          WebCore::SplitElementCommand::SplitElementCommand ReadAV at NULL
(3d3ebb81789addf3fcdd28c39a72b244)
Description: Attempt to read from NULL pointer (+0x10) in
WebCore::SplitElementCommand::SplitElementCommand
Stack:
  WebCore::SplitElementCommand::SplitElementCommand
  WebCore::SplitElementCommand::create
  WebCore::CompositeEditCommand::splitTreeToNode
  WebCore::IndentOutdentCommand::indentIntoBlockquote
  WebCore::IndentOutdentCommand::indentRegion
  WebCore::IndentOutdentCommand::doApply
  WebCore::EditCommand::apply
  WebCore::applyCommand
  WebCore::executeIndent
  WebCore::Editor::Command::execute
  WebCore::Document::execCommand
  WebCore::DocumentInternal::execCommandCallback

Repro:
<BODY></BODY>
<SCRIPT>
  document.designMode = "on";
  document.execCommand("SelectAll",false,"");
  document.execCommand("InsertUnorderedList","");
  document.execCommand("inserthorizontalrule",false, "??");
  document.execCommand("indent",false,3);
</SCRIPT>

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