diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-03-24 12:02:25 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-03-24 13:18:37 +0000 |
commit | f233ec000bd39a55fc1ac79717b85d6dd103b7d5 (patch) | |
tree | 88b4eaa5b57704049ed17d5e68cda604efd42bb5 /vcl/workben | |
parent | 26448d4bb94c77fa431daed940260f2636c7c218 (diff) |
update fftester documentation
Change-Id: I091491a628b267a18d044d770a28a6b9e96f39f4
Diffstat (limited to 'vcl/workben')
-rw-r--r-- | vcl/workben/fftester.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/workben/fftester.cxx b/vcl/workben/fftester.cxx index d6d74f7e48aa..51b518fa3351 100644 --- a/vcl/workben/fftester.cxx +++ b/vcl/workben/fftester.cxx @@ -22,7 +22,7 @@ export CXX=afl-clang-fast++ make cp workdir/LinkTarget/Executable/fftester instdir/program - LD_LIBRARY_PATH=`pwd`/instdir/program SAL_USE_VCLPLUGIN=svp AFL_PERSISTENT=1 afl-fuzz -t 50 -i ~/fuzz/in.png -o ~/fuzz/out.png -d -T png -m 50000000 instdir/program/fftester @@ png + LD_LIBRARY_PATH=`pwd`/instdir/program AFL_PERSISTENT=1 afl-fuzz -t 50 -i ~/fuzz/in.png -o ~/fuzz/out.png -d -T png -m 50000000 instdir/program/fftester @@ png On slower file formats like .doc you can probably drop the -t and rely on the estimations, on faster file formats ironically not specifying a timeout will |