[PATCH] D45730: [libFuzzer] Add -detect_exits flag.

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 18 09:28:34 PDT 2018


morehouse added a comment.

In https://reviews.llvm.org/D45730#1070575, @kcc wrote:

> why is this needed?


This was motivated by conversation regarding wget on OSS-Fuzz: https://github.com/google/oss-fuzz/pull/1314.

There, Tim Ruhsen mentioned he's getting exit reports and doesn't want them since wget calls exit frequently.


https://reviews.llvm.org/D45730





More information about the llvm-commits mailing list