Ilya Maximets <[email protected]> writes: > tests/oss-fuzz/flow_extract_target.c:59:53: > error: too few arguments to function call, expected 4, have 1 > uint16_t tcp_flags = parse_tcp_flags(&packet); > ~~~~~~~~~~~~~~~ ^ > > Fixes: e7e9973b80d3 ("dpif-netdev: Forwarding optimization for flows with a > simple match.") > Reported-at: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=43498 > Signed-off-by: Ilya Maximets <[email protected]> > ---
Acked-by: Aaron Conole <[email protected]> I'm trying to follow the oss-fuzz guide but can't seem to get a clean compile on my system. It appears that the documentation is incomplete for simply following out of the box (for example, it really does assume that clang and the llvm test suite infrastructure are all installed). I'm digging in a bit deeper. It would be nice if we had a github actions target that did this testing for us - I'll add it to the back log. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
