Delete command crashes with display:table-cell, :first-child,:only-child |
||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=6193943558225920 Fuzzer: bj_broddelwerk Job Type: linux_lsan_chrome_mp Platform Id: linux Crash Type: Null-dereference READ Crash Address: 0x000000000020 Crash State: GetTreeScope GetDocument HasEditableStyle Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=linux_lsan_chrome_mp&range=523898:523900 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=6193943558225920 Issue filed automatically. See https://github.com/google/clusterfuzz-tools for more information.
,
May 11 2018
Lower to Pri-3 since it is caused by unusual HTML.
,
May 11 2018
Looks like this code is the source of the nullptr. ComputeContainerNode can return null but that case is not checked.
void DeleteSelectionCommand::RemoveRedundantBlocks(
EditingState* editing_state) {
Node* node = ending_position_.ComputeContainerNode();
Element* root_element = RootEditableElement(*node);
|
||
►
Sign in to add a comment |
||
Comment 1 by ClusterFuzz
, May 10 2018Labels: Test-Predator-Auto-Components