On Thu, Mar 19, 2020 at 11:50:55AM -0700, Usman Ansari wrote: > 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]>
The patch is missing. The tags all go in one paragraph. Thanks, Ben. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
