Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clang reports: tests/oss-fuzz/miniflow_target.c:209:26: error: suggest braces around \ initialization of subobject [-Werror,-Wmissing-braces] struct flow flow2 = {0}; Fix it by using memset. Cc: Bhargava Shastry <[email protected]> Reviewed-by: Yifeng Sun <[email protected]> Signed-off-by: William Tu <[email protected]>
- Loading branch information