Attachment is blocked, let me copy-paste. Sorry about so many emails.

On Thu, Mar 19, 2020 at 11:51 AM Usman Ansari <[email protected]> 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]>
> _______________________________________________
> dev mailing list
> [email protected]
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to