Issue metadata
Sign in to add a comment
|
TextOffsetMapping::ComputeContaingBlock() crashes with position:fixed |
||||||||||||||||||||||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=5971902624169984 Fuzzer: bj_broddelwerk Job Type: linux_msan_content_shell_drt Platform Id: linux Crash Type: Use-of-uninitialized-value Crash Address: Crash State: blink::SlotAssignment::Trace blink::ScriptWrappable::Wrap blink::TextOffsetMapping::TextOffsetMapping Sanitizer: memory (MSAN) Recommended Security Severity: Medium Regressed: https://clusterfuzz.com/revisions?job=linux_msan_content_shell_drt&range=550102:550107 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5971902624169984 Issue filed automatically. See https://github.com/google/clusterfuzz-tools for more information.
,
Apr 15 2018
Automatically assigning owner based on suspected regression changelist https://chromium.googlesource.com/chromium/src/+/1324be868df000cb2e070199ce2d10cd0c5a2706 (Make NextWordPosition() to utilize TextOffsetMapping). If this is incorrect, please let us know why and apply the Test-Predator-Wrong-CLs label. If you aren't the correct owner for this issue, please unassign yourself as soon as possible so it can be re-triaged.
,
Apr 16 2018
,
Apr 16 2018
This is a serious security regression. If you are not able to fix this quickly, please revert the change that introduced it. If this doesn't affect a release branch, or has not been properly classified for severity, please update the Security_Impact or Security_Severity labels, and remove the ReleaseBlock label. To disable this altogether, apply ReleaseBlock-NA. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Apr 16 2018
,
Apr 17 2018
Minimal HTML to reproduce:
<div id="target" style="position:fixed">abc</div>
<script>
const selection = window.getSelection();
selection.collapse(document.getElementById('target').firstChild, 0);
selection.modify('move', 'forward', 'word');
</script>
Layout Tree:
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
LayoutBlockFlow {HTML} at (0,0) size 800x600
LayoutBlockFlow {BODY} at (8,8) size 784x584
layer at (8,8) size 22x20
LayoutBlockFlow (positioned) {DIV} at (8,8) size 22x20
LayoutText {#text} at (0,0) size 22x19
text run at (0,0) width 22: "abc"
,
Apr 17 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/dec40a582a3805fb28dfd67ba49fc2cdb28a1b6c commit dec40a582a3805fb28dfd67ba49fc2cdb28a1b6c Author: Yoshifumi Inoue <yosin@chromium.org> Date: Tue Apr 17 04:30:18 2018 Revert "Make NextWordPosition() to utilize TextOffsetMapping" This reverts commit 1324be868df000cb2e070199ce2d10cd0c5a2706 for M67/Beta TextOffsetMapping is not ready for release. It should support edge cases. TBR=yosin@chromium.org Bug: 832055 , 832061 , 832101 , 832261 , 832350 , 832497 , 832639 , 833172 , 833180 Change-Id: Iac5f58716619a626650088a55109922daf1a4f3a Reviewed-on: https://chromium-review.googlesource.com/1013445 Reviewed-by: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/branch-heads/3396@{#36} Cr-Branched-From: 9ef2aa869bc7bc0c089e255d698cca6e47d6b038-refs/heads/master@{#550428} [modify] https://crrev.com/dec40a582a3805fb28dfd67ba49fc2cdb28a1b6c/third_party/blink/renderer/core/editing/visible_units_word.cc [modify] https://crrev.com/dec40a582a3805fb28dfd67ba49fc2cdb28a1b6c/third_party/blink/renderer/core/editing/visible_units_word_test.cc
,
Apr 17 2018
,
Apr 17 2018
,
Apr 17 2018
,
Apr 17 2018
,
Apr 17 2018
This is a serious security regression. If you are not able to fix this quickly, please revert the change that introduced it. If this doesn't affect a release branch, or has not been properly classified for severity, please update the Security_Impact or Security_Severity labels, and remove the ReleaseBlock label. To disable this altogether, apply ReleaseBlock-NA. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Apr 17 2018
Please mark security bugs as fixed as soon as the fix lands, and before requesting merges. This update is based on the merge- labels applied to this issue. Please reopen if this update was incorrect. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Apr 18 2018
,
Apr 24 2018
ClusterFuzz testcase 5971902624169984 is still reproducing on tip-of-tree build (trunk). Please re-test your fix against this testcase and if the fix was incorrect or incomplete, please re-open the bug. Otherwise, ignore this notification and add ClusterFuzz-Wrong label.
,
Jun 5 2018
,
Jul 25
This bug has been closed for more than 14 weeks. Removing security view restrictions. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot |
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by ClusterFuzz
, Apr 15 2018Labels: Test-Predator-Auto-Components