Bug 48900 - chrome.dll!WebCore::ApplyStyleCommand::addInlineStyleIfNeeded ReadAV@NULL (4e6d0391ed8cca23b3528b81de8bd31c)
Summary: chrome.dll!WebCore::ApplyStyleCommand::addInlineStyleIfNeeded ReadAV@NULL (4e...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows Vista
: P1 Normal
Assignee: Nobody
URL: http://code.google.com/p/chromium/iss...
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-03 01:43 PDT by Berend-Jan Wever
Modified: 2023-08-23 07:53 PDT (History)
3 users (show)

See Also:


Attachments
Repro (563 bytes, text/html)
2010-11-03 01:43 PDT, Berend-Jan Wever
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Berend-Jan Wever 2010-11-03 01:43:33 PDT
Created attachment 72796 [details]
Repro

Repro:
<html><head><script>
  function go() {
    document.designMode = "on";
    document.execCommand("insertparagraph");
    document.execCommand("SelectAll");
    document.execCommand("strikethrough");
    document.execCommand("inserthorizontalrule");
    document.execCommand("InsertImage");
    document.execCommand("insertparagraph");
    document.execCommand("SelectAll");
    document.execCommand("insertimage");
    document.execCommand("selectall");
    document.execCommand("Underline");
  }
</script></head><body onload="go();">
  <pre>z</pre>
</body></html>

id:             chrome.dll!WebCore::ApplyStyleCommand::addInlineStyleIfNeeded ReadAV@NULL (4e6d0391ed8cca23b3528b81de8bd31c)
description:    Attempt to read from unallocated NULL pointer+0x24 in chrome.dll!WebCore::ApplyStyleCommand::addInlineStyleIfNeeded
application:    Chromium 9.0.571.0
stack:          chrome.dll!WebCore::ApplyStyleCommand::addInlineStyleIfNeeded
                chrome.dll!WebCore::ApplyStyleCommand::applyInlineStyleToNodeRange
                chrome.dll!WebCore::ApplyStyleCommand::fixRangeAndApplyInlineStyle
                chrome.dll!WebCore::ApplyStyleCommand::applyInlineStyle
                chrome.dll!WebCore::ApplyStyleCommand::doApply
                chrome.dll!WebCore::EditCommand::apply
                chrome.dll!WebCore::applyCommand
                chrome.dll!WebCore::Editor::applyStyle
                chrome.dll!WebCore::executeToggleStyleInList
                chrome.dll!WebCore::executeUnderline
                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
                ...
Comment 1 Berend-Jan Wever 2011-05-30 05:40:36 PDT
Ryosuke; can you have a look at this?