mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-13 08:54:59 +00:00
[libFuzzer] reduce the size of artifacts printed on the screen
llvm-svn: 250565
This commit is contained in:
parent
47e5e62e71
commit
c1fcef367b
@ -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…
x
Reference in New Issue
Block a user