New issue
Advanced search Search tips

Issue 801411 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: Jan 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug



Sign in to add a comment

CHECK failure: color_filter_ in paint_filter.cc

Project Member Reported by ClusterFuzz, Jan 12 2018

Issue description

Detailed report: https://clusterfuzz.com/testcase?key=5123578222870528

Fuzzer: libFuzzer_paint_op_buffer_eq_fuzzer
Job Type: libfuzzer_chrome_asan_debug
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  color_filter_ in paint_filter.cc
  cc::ColorFilterPaintFilter::ColorFilterPaintFilter
  cc::PaintOpReader::ReadColorFilterPaintFilter
  
Sanitizer: address (ASAN)

Regressed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=527439:527468

Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5123578222870528

Issue filed automatically.

See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reference.md for more information.
 
Project Member

Comment 1 by ClusterFuzz, Jan 12 2018

Components: Internals>Compositing
Labels: Test-Predator-Auto-Components
Automatically applying components based on crash stacktrace and information from OWNERS files.

If this is incorrect, please apply the Test-Predator-Wrong-Components label.
Project Member

Comment 2 by ClusterFuzz, Jan 12 2018

Labels: Test-Predator-Auto-Owner
Owner: vmp...@chromium.org
Status: Assigned (was: Untriaged)
Automatically assigning owner based on suspected regression changelist https://chromium.googlesource.com/chromium/src/+/184aac3a818a10c142ad8bcccd1ac0bd7372b4c3 (oop: Serialize a few more PaintFilter.).

If this is incorrect, please remove the owner and apply the Test-Predator-Wrong-CLs label.
Project Member

Comment 3 by ClusterFuzz, Jan 13 2018

ClusterFuzz has detected this issue as fixed in range 529162:529166.

Detailed report: https://clusterfuzz.com/testcase?key=5123578222870528

Fuzzer: libFuzzer_paint_op_buffer_eq_fuzzer
Job Type: libfuzzer_chrome_asan_debug
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  color_filter_ in paint_filter.cc
  cc::ColorFilterPaintFilter::ColorFilterPaintFilter
  cc::PaintOpReader::ReadColorFilterPaintFilter
  
Sanitizer: address (ASAN)

Regressed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=527439:527468
Fixed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=529162:529166

Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5123578222870528

See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reference.md for more information.

If you suspect that the result above is incorrect, try re-doing that job on the test case report page.
Project Member

Comment 4 by ClusterFuzz, Jan 13 2018

Labels: ClusterFuzz-Verified
Status: Verified (was: Assigned)
ClusterFuzz testcase 5123578222870528 is verified as fixed, so closing issue as verified.

If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.
Project Member

Comment 5 by bugdroid1@chromium.org, Jan 16 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/8454bbde84a0d4fe18a783820424f3aae7aec530

commit 8454bbde84a0d4fe18a783820424f3aae7aec530
Author: Vladimir Levin <vmpstr@chromium.org>
Date: Tue Jan 16 22:24:25 2018

cc: Verify color filter existence when deserializing ColorFilterPaintFilter.

ColorFilterPaintFilter can't be constructed unless we have a color filter,
so mark the op as invalid if we don't have it.

R=enne@chromium.org

Bug:  801411 ,  802089 
Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel
Change-Id: I41fec32abc09842dacc6fc9d4e96216155be2722
Reviewed-on: https://chromium-review.googlesource.com/862967
Reviewed-by: enne <enne@chromium.org>
Commit-Queue: vmpstr <vmpstr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#529509}
[modify] https://crrev.com/8454bbde84a0d4fe18a783820424f3aae7aec530/cc/paint/paint_op_reader.cc

Sign in to add a comment