[ovs-build] Failed: ovsrobot/ovn#787 (series_185590 - 6cf2e97)

Travis CI builds at travis-ci.com
Wed Jun 24 23:28:05 UTC 2020


Build Update for ovsrobot/ovn
-------------------------------------

Build: #787
Status: Failed

Duration: 8 mins and 59 secs
Commit: 6cf2e97 (series_185590)
Author: Mark Michelson
Message: Avoid case-sensitive MAC address comparisons.

Hex digits in MAC addresses can be represented as either capital or
lowercase, and they're equal. Using strcmp to compare MAC addresses has
the potential to compare MAC addresses as different when they represent
the same address.

This commit fixes the issue by converting the string representation to
the binary representation and comparing that instead.

Reported at: https://bugzilla.redhat.com/show_bug.cgi?id=1829059
Signed-off-by: Mark Michelson <mmichels at redhat.com>
Signed-off-by: 0-day Robot <robot at bytheb.org>

View the changeset: https://github.com/ovsrobot/ovn/commit/6cf2e97bbbf0

View the full build log and details: https://travis-ci.com/github/ovsrobot/ovn/builds/172883188?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the ovsrobot/ovn repository going to https://travis-ci.com/account/preferences/unsubscribe?repository=9136199&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.com/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/20200624/0b29fa1d/attachment.html>


More information about the build mailing list