-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54952/
-----------------------------------------------------------
Review request for mesos and Alexander Rukletsov.
Bugs: MESOS-6826
https://issues.apache.org/jira/browse/MESOS-6826
Repository: mesos
Description
-------
On recent Arch Linux, `getpwnam_r` can return EINVAL when passed an
invalid user name, which caused the `OsTest.User` test to fail.
Diffs
-----
3rdparty/stout/include/stout/os/posix/su.hpp
f3f45ebf006f0f8e7e70b0f4c4ed76465530c58e
Diff: https://reviews.apache.org/r/54952/diff/
Testing
-------
`make check` on Arch Linux. `OsTest.User` fails without this patch but succeeds
with this patch.
Thanks,
Neil Conway