Skip to content

Commit

Permalink
ossfuzz: Remove max_len=100 option
Browse files Browse the repository at this point in the history
The max_len field, which stipulates the maximum length of
 fuzzed input to feed a fuzzer target, was set to 100 for
the ovn expr_parse_target.

In discussions with Ben, this was deemed too restrictive.
Google folks also suggested the removal of this option
since it cannot be uniformly passed on to all fuzzer
engines behind oss-fuzz.

For the future, the suggested way to limit the length of
 fuzzed input is in the C code of the test harness itself.

Signed-off-by: Bhargava Shastry <bshastry@sect.tu-berlin.de>
Signed-off-by: Ben Pfaff <blp@ovn.org>
  • Loading branch information
bshastry authored and blp committed Oct 2, 2018
1 parent b7a3d73 commit 516f62f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/oss-fuzz/config/expr_parse_target.options
@@ -1,4 +1,3 @@
[libfuzzer]
dict = expr.dict
close_fd_mask = 3
max_len = 100

0 comments on commit 516f62f

Please sign in to comment.