Coverity reports a false positive below: Incorrect expression, Assign_where_compare_meant: use of "="
where "==" may have been intended. Fixed it by rewriting '(NODE = NULL)' as '((NODE = NULL), false)'. "make check" passes for this change Coverity reports 80 errors resolved Suggested-by: Ben Pfaff <[email protected]> Signed-off-by: Usman Ansari <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
