RESOLVED FIXED 77193
NULL ptr in WebCore::InsertListCommand::doApply
https://bugs.webkit.org/show_bug.cgi?id=77193
Summary NULL ptr in WebCore::InsertListCommand::doApply
Berend-Jan Wever
Reported 2012-01-27 01:35:49 PST
Chromium: http://code.google.com/p/chromium/issues/detail?id=111606 Detailed report: https://cluster-fuzz.appspot.com/testcase?key=15758617 Uploader: skylined@chromium.org Crash Type: UNKNOWN Crash Address: 0x000000000024 Crash State: - crash stack - WebCore::InsertListCommand::doApply WebCore::CompositeEditCommand::apply WebCore::executeInsertUnorderedList Regressed: https://cluster-fuzz.appspot.com/revisions?range=115632:115640 Minimized Testcase (0.54 Kb): Download: https://cluster-fuzz.appspot.com/download/AMIfv976icN9qdp4sMVNE8SXwBIUEBlGK31-FvvXQODHe8W8bibwspd0dqpNOrJJpOIDAqdBgtmm6unfSZbZfOOfBAHkrV-_YxUGhvHoU20F6oFPo6n0YhLSypB6CY3iNKmlN10xwsROeIxm-P_s9WIUdK_F-SLw0g orphans:cle> <script> var af = [], i = 0; function main(){af[i++ % af.length]()} </script> <script tascript"> af.push(function (){ document.designMode="on"; }) af.push(function (){ document.execCommand("Undo"); document.execCommand("InsertUnorderedList"); }) af.push(function (){ document.execCommand("Subscript"); document.execCommand("SelectAll", false); }) </script> <script> document.addEventListener("DOMNodeInserted",main,true); document.addEventListener("DOMSubtreeModified",main,true);setInterval(main, 100); </script>
Attachments
yosin
Comment 1 2013-06-13 21:12:59 PDT
Fix for Bug 78868 fixed this.
Note You need to log in before you can comment on or make changes to this bug.