diff options
author | van Hauser <vh@thc.org> | 2020-06-11 19:30:28 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-06-11 19:30:28 +0200 |
commit | e8da5f9e2894a89e36f899719e442a897a189f1f (patch) | |
tree | f9125658bf6908c9341399cc161cedd606eb3d14 /src/afl-fuzz-stats.c | |
parent | b3fee6cab21a99d6ead890df7422f63af4a4f2ad (diff) | |
download | afl++-e8da5f9e2894a89e36f899719e442a897a189f1f.tar.gz |
code format and debug
Diffstat (limited to 'src/afl-fuzz-stats.c')
-rw-r--r-- | src/afl-fuzz-stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-stats.c b/src/afl-fuzz-stats.c index 4493f34d..5d2e5358 100644 --- a/src/afl-fuzz-stats.c +++ b/src/afl-fuzz-stats.c @@ -125,7 +125,7 @@ void write_stats_file(afl_state_t *afl, double bitmap_cvg, double stability, (unsigned long int)(rus.ru_maxrss >> 10), #endif #ifdef HAVE_AFFINITY - afl->cpu_aff, + afl->cpu_aff, #else -1, #endif |