From: Bhargava Shastry <[email protected]> oss-fuzz options file must begin with a [libfuzzer] header. This was missing in the expr_parse_target.options file which this patch fixes.
Signed-off-by: Bhargava Shastry <[email protected]> --- tests/oss-fuzz/config/expr_parse_target.options | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/oss-fuzz/config/expr_parse_target.options b/tests/oss-fuzz/config/expr_parse_target.options index c0dfa68f1..4dfedfd84 100644 --- a/tests/oss-fuzz/config/expr_parse_target.options +++ b/tests/oss-fuzz/config/expr_parse_target.options @@ -1,3 +1,4 @@ +[libfuzzer] dict = expr.dict close_fd_mask = 3 max_len = 100 -- 2.17.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
