New issue
Advanced search Search tips

Issue 655016 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Oct 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug-Regression



Sign in to add a comment

Crash in _start

Project Member Reported by ClusterFuzz, Oct 12 2016

Issue description

Cc: nyerramilli@chromium.org
Components: Tools>Test>FindIt>CorrectResult
Labels: -Pri-1 -Type-Bug Findit-for-crash Te-Logged Pri-2 Type-Bug-Regression
Owner: kcc@chromium.org
Status: Assigned (was: Untriaged)
Findit Results:
Suspected CLs	The result is a list of CLs that change the crashed files.

Author: kcc
Project: chromium-libfuzzer
Changelist: https://chromium.googlesource.com/chromium/llvm-project/llvm/lib/Fuzzer.git/+/3e02228ebfee620dd4a2db0ee15a8084ca349183
Time: Thu Oct 06 05:14:00 2016
Lines 519 of file FuzzerDriver.cpp which potentially caused crash are changed in this cl (frame #2, "fuzzer::FuzzerDriver").

File FuzzerLoop.cpp is changed in this cl (and is part of stack frame #0, "fuzzer::Fuzzer::ExecuteCallback"; frame #1, "fuzzer::Fuzzer::ShuffleAndMinimize")
Minimum distance from crash line to modified line: 0. (file: FuzzerDriver.cpp, crashed on: 519, modified: 519).

Suspected Project: chromium-libfuzzer

based on Findit Results, assigning to kcc@, could you please check the issue.

Comment 2 by kcc@chromium.org, Oct 12 2016

Cc: mmoroz@chromium.org
max, ubsan again. 

Comment 3 by mmoroz@chromium.org, Oct 12 2016

Cc: kcc@chromium.org
Components: Internals>Network>SSL
Owner: davidben@chromium.org
Looks like boringssl fuzzers use incorrect LLVMFuzzerTestOneInput() prototype: https://cs.chromium.org/chromium/src/third_party/boringssl/src/fuzz/client.cc?l=260

data should be "const uint8_t*".

David, would you mind updating boringssl fuzzers to use "const uint8_t* data"?
Status: Started (was: Assigned)
https://boringssl-review.googlesource.com/c/11580
Project Member

Comment 5 by bugdroid1@chromium.org, Oct 12 2016

Status: Fixed (was: Started)
Thanks! Marking as fixed, but CF won't find it until BoringSSL next rolls into Chromium. (The last roll is currently blocked on some review.)

Comment 7 by mmoroz@chromium.org, Oct 13 2016

Thank you David for the quick fix!
Project Member

Comment 8 by ClusterFuzz, Oct 14 2016

ClusterFuzz has detected this issue as fixed in range 425081:425189.

Detailed report: https://cluster-fuzz.appspot.com/testcase?key=5451599873048576

Fuzzer: libfuzzer_boringssl_client_fuzzer
Job Type: libfuzzer_chrome_ubsan
Platform Id: linux

Crash Type: UNKNOWN
Crash Address: 
Crash State:
  _start
  
Regressed: https://cluster-fuzz.appspot.com/revisions?job=libfuzzer_chrome_ubsan&range=424217:424275
Fixed: https://cluster-fuzz.appspot.com/revisions?job=libfuzzer_chrome_ubsan&range=425081:425189

Minimized Testcase (0.00 Kb): https://cluster-fuzz.appspot.com/download/AMIfv961IX1iTrHXx1e5_J2JhW__RLa_wbH3eBcHsqSX_AuTMpaqofZqEAxDHdsG-KwJSE9K3HpjO27Eb6vtikLnE7OaCiH6RKas2csEszQTEEakm7vg3ANvjcu9_tq6GyCkwC1JOiNS4ynWOXtEkxdYH4AT7LvQTg?testcase_id=5451599873048576

See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reproducing.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 9 by sheriffbot@chromium.org, Nov 22 2016

Labels: -Restrict-View-EditIssue
Removing EditIssue view restrictions from ClusterFuzz filed bugs. If you believe that this issue should still be restricted, please reapply the label.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot

Sign in to add a comment