On Thu, Mar 19, 2020 at 02:47:17PM -0700, [email protected] wrote: > From: Usman Ansari <[email protected]> > > 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 over 500 errors resolved > > Suggested-by: Ben Pfaff <[email protected]> > Signed-off-by: Usman Ansari <[email protected]>
Thanks. I folded the too-long lines, fixed the typo in your Signed-off-by line, and applied this to master. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
