Null-dereference READ in blink::CSSToLengthConversionData::ZoomedComputedPixels |
|||||||||||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=4890013774118912 Fuzzer: ochang_domfuzzer Job Type: linux_msan_content_shell_drt Platform Id: linux Crash Type: Null-dereference READ Crash Address: 0x000000000020 Crash State: blink::CSSToLengthConversionData::ZoomedComputedPixels float blink::CSSPrimitiveValue::ComputeLength<float> blink::StyleBuilderConverter::ConvertShadow Sanitizer: memory (MSAN) Regressed: https://clusterfuzz.com/revisions?job=linux_msan_content_shell_drt&range=518240:518474 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=4890013774118912 Issue filed automatically. See https://github.com/google/clusterfuzz-tools for more information.
,
Jan 16 2018
I see a bunch of offscreen canvas stuff in the stack trace, e.g. blink::FilterOperationResolver::CreateOffscreenFilterOperations. Adding offscreen canvas folks to see if they have any insight.
,
Jan 16 2018
,
Jan 16 2018
The running of this test case will access FontFallbackList::cached_primary_simple_font_data_ in worker thread. Maybe re-defining FontFallbackList using ThreadSpecific struct can help? +cc Fernando who's working on OffscreeCanvas fonts.
,
Jan 31 2018
Re-routing to canvas team as per comment 4.
,
Feb 19 2018
Lowering priority because this is related to an unshipped feature (OffscreenCanvas).
,
Feb 21 2018
Fernando, could you please take a look as this is related to OffscreenCanvas fonts display?
,
May 16 2018
ClusterFuzz has detected this issue as fixed in range 558997:559001. Detailed report: https://clusterfuzz.com/testcase?key=4890013774118912 Fuzzer: ochang_domfuzzer Job Type: linux_msan_content_shell_drt Platform Id: linux Crash Type: Null-dereference READ Crash Address: 0x000000000020 Crash State: blink::CSSToLengthConversionData::ZoomedComputedPixels float blink::CSSPrimitiveValue::ComputeLength<float> blink::StyleBuilderConverter::ConvertShadow Sanitizer: memory (MSAN) Regressed: https://clusterfuzz.com/revisions?job=linux_msan_content_shell_drt&range=518240:518474 Fixed: https://clusterfuzz.com/revisions?job=linux_msan_content_shell_drt&range=558997:559001 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=4890013774118912 See https://github.com/google/clusterfuzz-tools for more information. If you suspect that the result above is incorrect, try re-doing that job on the test case report page.
,
May 16 2018
ClusterFuzz testcase 4890013774118912 is verified as fixed, so closing issue as verified. If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.
,
May 17 2018
Bulk edit: reopening CF issues likely closed incorrectly due to https://chromium.googlesource.com/chromium/src/+/cd3ebc4c69d7c01770f37f34aad623aa4ab2b128
,
May 17 2018
ClusterFuzz testcase 4890013774118912 appears to be flaky, updating reproducibility label.
,
May 30 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/208cb499ad8612200c5273e22296ab8732725a0d commit 208cb499ad8612200c5273e22296ab8732725a0d Author: Fernando Serboncini <fserb@chromium.org> Date: Wed May 30 15:53:24 2018 Prevent FontSizes::Ex conversion when we have no font Bug: 801931 Change-Id: Ie76b4a5525537c1888be82b56a82dd4accf27eeb Reviewed-on: https://chromium-review.googlesource.com/1072268 Commit-Queue: Fernando Serboncini <fserb@chromium.org> Reviewed-by: Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#562851} [modify] https://crrev.com/208cb499ad8612200c5273e22296ab8732725a0d/third_party/WebKit/LayoutTests/fast/canvas/OffscreenCanvas-text-rendering-in-worker-expected.html [modify] https://crrev.com/208cb499ad8612200c5273e22296ab8732725a0d/third_party/WebKit/LayoutTests/fast/canvas/OffscreenCanvas-text-rendering-in-worker.html [modify] https://crrev.com/208cb499ad8612200c5273e22296ab8732725a0d/third_party/blink/renderer/core/css/resolver/filter_operation_resolver.cc [modify] https://crrev.com/208cb499ad8612200c5273e22296ab8732725a0d/third_party/blink/renderer/core/css/resolver/filter_operation_resolver.h [modify] https://crrev.com/208cb499ad8612200c5273e22296ab8732725a0d/third_party/blink/renderer/core/css/resolver/style_builder_converter.cc [modify] https://crrev.com/208cb499ad8612200c5273e22296ab8732725a0d/third_party/blink/renderer/core/css/resolver/style_builder_converter.h [modify] https://crrev.com/208cb499ad8612200c5273e22296ab8732725a0d/third_party/blink/renderer/core/css/threaded/filter_operation_resolver_threaded_test.cc [modify] https://crrev.com/208cb499ad8612200c5273e22296ab8732725a0d/third_party/blink/renderer/modules/canvas/canvas2d/canvas_rendering_context_2d_state.cc [modify] https://crrev.com/208cb499ad8612200c5273e22296ab8732725a0d/third_party/blink/renderer/modules/canvas/offscreencanvas2d/offscreen_canvas_rendering_context_2d.cc [modify] https://crrev.com/208cb499ad8612200c5273e22296ab8732725a0d/third_party/blink/renderer/modules/canvas/offscreencanvas2d/offscreen_canvas_rendering_context_2d.h
,
May 30 2018
,
Dec 1
ClusterFuzz has detected this issue as fixed in range 558997:559001. Detailed report: https://clusterfuzz.com/testcase?key=4890013774118912 Fuzzer: ochang_domfuzzer Job Type: linux_msan_content_shell_drt Platform Id: linux Crash Type: Null-dereference READ Crash Address: 0x000000000020 Crash State: blink::CSSToLengthConversionData::ZoomedComputedPixels float blink::CSSPrimitiveValue::ComputeLength<float> blink::StyleBuilderConverter::ConvertShadow Sanitizer: memory (MSAN) Regressed: https://clusterfuzz.com/revisions?job=linux_msan_content_shell_drt&range=518240:518474 Fixed: https://clusterfuzz.com/revisions?job=linux_msan_content_shell_drt&range=558997:559001 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=4890013774118912 See https://github.com/google/clusterfuzz-tools for more information. If you suspect that the result above is incorrect, try re-doing that job on the test case report page. |
|||||||||||
►
Sign in to add a comment |
|||||||||||
Comment 1 by ClusterFuzz
, Jan 15 2018Labels: Test-Predator-Auto-Components