[ovs-build] Passed: ovsrobot/ovs#2387 (series_165474 - 521fc47)

Travis CI builds at travis-ci.org
Thu Mar 19 23:03:01 UTC 2020


Build Update for ovsrobot/ovs
-------------------------------------

Build: #2387
Status: Passed

Duration: 55 mins and 15 secs
Commit: 521fc47 (series_165474)
Author: Usman Ansari
Message: hmap.h: Fix Coverity false positive

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 <blp at ovn.org>
Signed-off-by: Usman Ansari <u1422 at gmail.com>
Signed-off-by: 0-day Robot <robot at bytheb.org>

View the changeset: https://github.com/ovsrobot/ovs/commit/521fc47bd510

View the full build log and details: https://travis-ci.org/github/ovsrobot/ovs/builds/664616326?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the ovsrobot/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=22285853&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-build/attachments/20200319/d7ba1954/attachment.html>


More information about the build mailing list