NOTREACHED() reached in document.execCommand('InsertHorizontalRule') |
||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=5758659271065600 Fuzzer: bj_broddelwerk Job Type: linux_debug_chrome Platform Id: linux Crash Type: CHECK failure Crash Address: Crash State: false in replace_selection_command.cc blink::ReplaceSelectionCommand::MergeEndIfNeeded blink::ReplaceSelectionCommand::DoApply Sanitizer: address (ASAN) Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5758659271065600 Issue filed automatically. See https://github.com/google/clusterfuzz-tools for instructions to reproduce this bug locally.
,
Jan 2
P3/Available due to low usage of 'InsertHorizontalRule' command, and the production build will early return when hitting that NOTREACHED():
// Bail to avoid infinite recursion.
if (moving_paragraph_) {
NOTREACHED();
return;
}
|
||
►
Sign in to add a comment |
||
Comment 1 by pnangunoori@chromium.org
, Dec 27Labels: M-72 Test-Predator-Wrong CF-NeedsTriage