Re: [ovs-dev] [PATCH] ossfuzz: Remove duplicate tcp flags parsing in flow extract target

2019-07-03 Thread Ben Pfaff
On Fri, Jun 21, 2019 at 02:50:35PM +0200, bsh...@gmail.com wrote: > From: Bhargava Shastry > > During a code audit, the flow extraction fuzzer target was seen to be > parsing tcp flags from the fuzzer supplied input twice. This is > probably a typo since the second call to `parse_tcp_flags()`

[ovs-dev] [PATCH] ossfuzz: Remove duplicate tcp flags parsing in flow extract target

2019-06-21 Thread bshas3
From: Bhargava Shastry During a code audit, the flow extraction fuzzer target was seen to be parsing tcp flags from the fuzzer supplied input twice. This is probably a typo since the second call to `parse_tcp_flags()` is identical to the first. Since a call to `parse_tcp_flags()` parses the