[all-commits] [llvm/llvm-project] 076475: [libFuzzer] Fix denominator in the "inputs have DF...

Max Moroz via All-commits all-commits at lists.llvm.org
Wed Feb 19 11:05:24 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 076475713c236081a3247a53e9dbab9043c3eac2
      https://github.com/llvm/llvm-project/commit/076475713c236081a3247a53e9dbab9043c3eac2
  Author: Max Moroz <mmoroz at chromium.org>
  Date:   2020-02-19 (Wed, 19 Feb 2020)

  Changed paths:
    M compiler-rt/lib/fuzzer/FuzzerLoop.cpp
    M compiler-rt/test/fuzzer/dataflow.test

  Log Message:
  -----------
  [libFuzzer] Fix denominator in the "inputs have DFT" log line.

Summary:
The number of "inputs have the Data Flow Trace" cannot be greater than
the number of inputs touching the focus function. The existing message is rather
confusing as the same log would mention a greater total number of traces a few
lines above.

Reviewers: kcc, metzman

Subscribers: #sanitizers, llvm-commits

Tags: #sanitizers, #llvm

Differential Revision: https://reviews.llvm.org/D74779




More information about the All-commits mailing list