[ovs-build] Still Failing: openvswitch/ovs#5543 (branch-2.8 - f95abc6)

Travis CI builds at travis-ci.org
Mon Nov 27 22:21:19 UTC 2017


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

Build: #5543
Status: Still Failing

Duration: 1 hour, 26 minutes, and 2 seconds
Commit: f95abc6 (branch-2.8)
Author: Ben Pfaff
Message: odp-util: Fix buffer overread in parsing string form of ODP flows.

scan_u128() should return 0 on an error but it actually returned an errno
value in some cases, so a command like this:
    ovs-appctl dpctl/add-flow 'ct_label(1/55555555555555555555555555)' ''
could cause a buffer overread.

This bug is not as severe as it may sound because the string form of ODP
flows is not used over OpenFlow or OVSDB, only through the appctl interface
that is normally used just by local system administrators and not exposed
over a network.

Reported-by: Bhargava Shastry <bshastry at sec.t-labs.tu-berlin.de>
Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Joe Stringer <joe at ovn.org>

View the changeset: https://github.com/openvswitch/ovs/compare/0a36c7541116...f95abc629573

View the full build log and details: https://travis-ci.org/openvswitch/ovs/builds/308058466?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/20171127/9280af30/attachment-0001.html>


More information about the build mailing list