diff options
Diffstat (limited to 'testprogs/fuzz')
-rw-r--r-- | testprogs/fuzz/fuzz_both.options | 2 | ||||
-rw-r--r-- | testprogs/fuzz/fuzz_filter.options | 2 | ||||
-rw-r--r-- | testprogs/fuzz/fuzz_pcap.options | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/testprogs/fuzz/fuzz_both.options b/testprogs/fuzz/fuzz_both.options index 7f293fd8..0824b19f 100644 --- a/testprogs/fuzz/fuzz_both.options +++ b/testprogs/fuzz/fuzz_both.options @@ -1,2 +1,2 @@ [libfuzzer] -max_len = 65535 +max_len = 65535 diff --git a/testprogs/fuzz/fuzz_filter.options b/testprogs/fuzz/fuzz_filter.options index 92e63319..9fda93fc 100644 --- a/testprogs/fuzz/fuzz_filter.options +++ b/testprogs/fuzz/fuzz_filter.options @@ -1,2 +1,2 @@ [libfuzzer] -max_len = 4096 +max_len = 4096 diff --git a/testprogs/fuzz/fuzz_pcap.options b/testprogs/fuzz/fuzz_pcap.options index 7f293fd8..0824b19f 100644 --- a/testprogs/fuzz/fuzz_pcap.options +++ b/testprogs/fuzz/fuzz_pcap.options @@ -1,2 +1,2 @@ [libfuzzer] -max_len = 65535 +max_len = 65535 |