[ovs-build] Broken: openvswitch/ovs#2375 (branch-2.5 - e25f5e7)

Travis CI builds at travis-ci.org
Tue Mar 22 18:47:32 UTC 2016


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

Build: #2375
Status: Broken

Duration: 24 minutes and 7 seconds
Commit: e25f5e7 (branch-2.5)
Author: Ian Stokes
Message: bridge: Fix qos_unixctl_show bug.

netdev_get_qos returns a value to indicate if an error has occurred while
attempting to query the QoS configuration of an interface. If an error does
occur the pointer argument passed to it will be set to null before returning.
Currently the vswitch will segfault if this occurs as qos_unixctl_show will
attempt to access the pointer directly after it calls netdev_get_qos.

Avoid this by adding a check for the return value and flagging an appropriate
error message to appctl.

Signed-off-by: Ian Stokes <ian.stokes at intel.com>
[blp at ovn.org changed details of error report]
Signed-off-by: Ben Pfaff <blp at ovn.org>

View the changeset: https://github.com/openvswitch/ovs/compare/a35342879f1a...e25f5e78e775

View the full build log and details: https://travis-ci.org/openvswitch/ovs/builds/117776038

--

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://www.openvswitch.org/pipermail/ovs-build/attachments/20160322/cac5d788/attachment-0002.html>


More information about the build mailing list