New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 815144 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Last visit > 30 days ago
Closed: Feb 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug



Sign in to add a comment

CHECK failure: is_list in reporting_header_parser.cc

Project Member Reported by ClusterFuzz, Feb 23 2018

Issue description

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

Fuzzer: libFuzzer_net_reporting_header_parser_fuzzer
Job Type: libfuzzer_chrome_asan_debug
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  is_list in reporting_header_parser.cc
  net::ReportingHeaderParser::ParseHeader
  net_reporting_header_parser_fuzzer::FuzzReportingHeaderParser
  
Sanitizer: address (ASAN)

Regressed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=538536:538559

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

Issue filed automatically.

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

Comment 1 by ClusterFuzz, Feb 23 2018

Components: Internals>Network
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, Feb 23 2018

Labels: Test-Predator-Auto-Owner
Owner: juliatut...@chromium.org
Status: Assigned (was: Untriaged)
Automatically assigning owner based on suspected regression changelist https://chromium.googlesource.com/chromium/src/+/ec467a5f9ef29a0074681df178fb6a0c1ba42a96 (Reporting: Move JSON parsing into Delegate.).

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.
Looking now.
Found the problem, have a fix. Is there an easy way to test locally? (I'm not sure what the fuzzer test fixtures look like.)
Project Member

Comment 5 by bugdroid1@chromium.org, Feb 23 2018

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

commit 4ab6396bc9a783f5d0def6ca027830d46ec4c547
Author: Julia Tuttle <juliatuttle@chromium.org>
Date: Fri Feb 23 16:06:15 2018

Reporting: Fix header parser fuzzer.

The Reporting header parser expects to receive the result of parsing a
JSON list. The production code that calls it ensures this by wrapping the
normalized header value in square brackets, but my modification to the
fuzzer didn't. Now it does.

Bug:  815144 
Change-Id: I2f017c4be2ab39ce3c5b4fb0019b95a7b991b4b0
Reviewed-on: https://chromium-review.googlesource.com/934661
Commit-Queue: Julia Tuttle <juliatuttle@chromium.org>
Reviewed-by: Matt Menke <mmenke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#538792}
[modify] https://crrev.com/4ab6396bc9a783f5d0def6ca027830d46ec4c547/net/reporting/reporting_header_parser_fuzzer.cc

Project Member

Comment 6 by ClusterFuzz, Feb 24 2018

ClusterFuzz has detected this issue as fixed in range 538791:538801.

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

Fuzzer: libFuzzer_net_reporting_header_parser_fuzzer
Job Type: libfuzzer_chrome_asan_debug
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  is_list in reporting_header_parser.cc
  net::ReportingHeaderParser::ParseHeader
  net_reporting_header_parser_fuzzer::FuzzReportingHeaderParser
  
Sanitizer: address (ASAN)

Regressed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=538536:538559
Fixed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=538791:538801

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

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 7 by ClusterFuzz, Feb 24 2018

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

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

Sign in to add a comment