-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64620/
-----------------------------------------------------------

Review request for mesos and Andrew Schwartzmeyer.


Repository: mesos


Description
-------

getpwnam(3) only sets `errno` if there is an error. To detect
the (most common) case where the user account is successfully
not found, we need to clear `errno` and verify that it is
still clear on failure.


Diffs
-----

  3rdparty/stout/include/stout/os/posix/chown.hpp 
e2214acbd726e8f84480e97f01ca240096a75877 


Diff: https://reviews.apache.org/r/64620/diff/1/


Testing
-------

sudo make check (Fedora 26)


Thanks,

James Peach

Reply via email to