Status: Upstream
Owner: [email protected]
Labels: Type-Bug Pri-2 OS-All Area-Misc

New issue 23935 by [email protected]: execCommand: NULL ptr  
rea...@chrome!webcore::InsertLineBreakCommand::shouldUseBreakElement
http://code.google.com/p/chromium/issues/detail?id=23935

This HTML triggers a NULL pointer read access violation:
<HTML>
   <BODY onload="go()"></BODY>
   <SCRIPT>
     function go() {
       document.designMode = "on";
       document.execCommand("SelectAll");
       document.execCommand("InsertLineBreak");
       document.execCommand("Indent");
       document.execCommand("insertparagraph");
     }
   </SCRIPT>
</HTML>

Filed upstream as https://bugs.webkit.org/show_bug.cgi?id=30116

Repro:
http://skypher.com/SkyLined/Repro/WebKit/Bug%2030116%20-
%20execcommand%20null%20ptr%20rea...@chrome!webcore..insertlinebreakcommand
..shouldUseBreakElement/repro.html

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to