[ovs-build] Errored: openvswitch/ovs#5672 (branch-2.7 - b8096d5)

Travis CI builds at travis-ci.org
Fri Dec 22 01:14:07 UTC 2017


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

Build: #5672
Status: Errored

Duration: 15 seconds
Commit: b8096d5 (branch-2.7)
Author: Ben Pfaff
Message: odp-util: Avoid reading wrong table in generate_all_wildcard_mask().

These lines of code are intended to copy the 'next' and 'next_max' members
of tbl[type] into local variables 'tbl' and 'max':
            tbl = tbl[type].next;
            max = tbl[type].next_max;
They didn't do it properly because the first line changes 'tbl', so that
the first and seconds lines' references to tbl[type] refer to different
objects.

This commit fixes the problem.

Found by libfuzzer.

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

View the changeset: https://github.com/openvswitch/ovs/compare/0e5cd1696ba7...b8096d5970cd

View the full build log and details: https://travis-ci.org/openvswitch/ovs/builds/319988245?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/20171222/c21ccd9b/attachment.html>


More information about the build mailing list