forked from OSchip/llvm-project
[libFuzzer] reduce the size of artifacts printed on the screen
llvm-svn: 250565
This commit is contained in:
parent
b91c62b1f3
commit
a9da9b48ef
|
@ -14,7 +14,7 @@
|
|||
#include <algorithm>
|
||||
|
||||
namespace fuzzer {
|
||||
static const size_t kMaxUnitSizeToPrint = 4096;
|
||||
static const size_t kMaxUnitSizeToPrint = 256;
|
||||
|
||||
// Only one Fuzzer per process.
|
||||
static Fuzzer *F;
|
||||
|
|
Loading…
Reference in New Issue