[ovs-build] Errored: openvswitch/ovs#7625 (branch-2.10 - ca7882f)

Travis CI builds at travis-ci.org
Fri Jan 18 04:11:19 UTC 2019


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

Build: #7625
Status: Errored

Duration: 1 hr, 27 mins, and 54 secs
Commit: ca7882f (branch-2.10)
Author: Yifeng Sun
Message: odp-util: Fix a bug in parse_odp_push_nsh_action

In this piece of code, 'struct ofpbuf b' should always point to
metadata so that metadata can be filled with values through ofpbuf
operations, like ofpbuf_put_hex and ofpbuf_push_zeros. However,
ofpbuf_push_zeros may change the data pointer of 'struct ofpbuf b'
and therefore, metadata will not contain the expected values.

This patch fixes it by changing ofpbuf_push_zeros to
ofpbuf_put_zeros.

Reported-at: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10863
Signed-off-by: Yifeng Sun <pkusunyifeng at gmail.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>

View the changeset: https://github.com/openvswitch/ovs/compare/ba9905c7163f...ca7882fb4d73

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

--

You can unsubscribe from build emails from the openvswitch/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=2143550&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/20190118/e44ed9e9/attachment.html>


More information about the build mailing list