Re: [ovs-dev] [PATCH 1/2] ossfuzz: Fix minor bug in expr_parse_target.options

2018-10-02 Thread Ben Pfaff
On Tue, Oct 02, 2018 at 05:56:57PM +0200, bshas...@sect.tu-berlin.de wrote:
> From: Bhargava Shastry 
> 
> 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 

Thanks, I applied both of these patches to master.
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] [PATCH 1/2] ossfuzz: Fix minor bug in expr_parse_target.options

2018-10-02 Thread bshastry
From: Bhargava Shastry 

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 
---
 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
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev