diff options
author | Craig Tiller <ctiller@google.com> | 2016-04-04 15:43:30 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-04-04 15:43:30 -0700 |
commit | d153cbe62bc1cf7317d9a756311206fb1e8557d7 (patch) | |
tree | 9f725dda0a0efaafb4e21ce5c5b7ad934bec1d52 /templates/tools | |
parent | e25efc15ca60325d2d7b611893d933cff966e53f (diff) |
Allow specifying max input length
Diffstat (limited to 'templates/tools')
-rw-r--r-- | templates/tools/fuzzer/runners.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tools/fuzzer/runners.template b/templates/tools/fuzzer/runners.template index b82c51793f..d35840bdaa 100644 --- a/templates/tools/fuzzer/runners.template +++ b/templates/tools/fuzzer/runners.template @@ -35,7 +35,7 @@ template: | # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # - flags="-max_total_time=3600 -jobs=3 -workers=3 -artifact_prefix=fuzzer_output/" + flags="-max_total_time=3600 -jobs=3 -workers=3 -artifact_prefix=fuzzer_output/ -max_len=${selected.maxlen}" if [ "$config" == "asan-trace-cmp" ] then flags="-use_traces=1 $flags" |