[ovs-build] Still Failing: openvswitch/ovs#2608 (master - eaf2aa9)

Travis CI builds at travis-ci.org
Mon May 16 21:54:15 UTC 2016


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

Build: #2608
Status: Still Failing

Duration: 30 minutes and 12 seconds
Commit: eaf2aa9 (master)
Author: Christian Ehrhardt
Message: daemon-unix: Properly handle missing users or groups.

>From the manpages of getgrnam_r (getpwnam_r is similar):
"If no matching group record was found, these functions return 0 and
store NULL in *result."

The code checked only against errors, but non existing users didn't set
e != 0 therefore the code could try to set arbitrary uid/gid values.

Fixes: e91b927d lib/daemon: support --user option for all OVS daemon
Signed-off-by: Christian Ehrhardt <christian.ehrhardt at canonical.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>

View the changeset: https://github.com/openvswitch/ovs/compare/04418350ec06...eaf2aa9e23e0

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

--

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/20160516/2b68741c/attachment-0002.html>


More information about the build mailing list