[ovs-build] Still Failing: openvswitch/ovs#5088 (branch-2.6 - 31840b2)

Travis CI builds at travis-ci.org
Wed Aug 9 14:51:31 UTC 2017


Build Update for openvswitch/ovs
-------------------------------------

Build: #5088
Status: Still Failing

Duration: 6 minutes and 8 seconds
Commit: 31840b2 (branch-2.6)
Author: Daniel Alvarez
Message: netdev: check for NULL fields in netdev_get_addrs

When the interfaces list is retrieved through getiffaddrs(), there
might be elements with iface_name set to NULL.

This patch checks ifa_name to be not NULL before comparing it to the
actual device name in the loop that calculates how many interfaces
exist with that same name.

Also, this patch checks that ifa_netmask is not NULL for coherence
with the existing code so that it doesn't allocate more memory
than needed if this field is NULL.

Note, that these checks are already being done later in the function
so it should be done in both places.

Signed-off-by: Daniel Alvarez <dalvarez at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Lance Richardson <lrichard at redhat.com>

View the changeset: https://github.com/openvswitch/ovs/compare/33118cfa4c4a...31840b2482c4

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

--

You can configure 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/20170809/d817a253/attachment-0001.html>


More information about the build mailing list