• Jacob Trimble's avatar
    Allow getpwuid_r to return missing entry. · a606c318
    Jacob Trimble authored
    If the getpwuid_r method doesn't find an entry with the given ID, it
    will still return success (0), but the *result will be set to NULL.
    This checks the |result| value so it won't crash if it doesn't find
    the entry.
    
    This normally shouldn't ever happen, but it can somehow happen on
    iOS simulators.
    a606c318
Name
Last commit
Last update
.bazelci Loading commit data...
bazel Loading commit data...
cmake Loading commit data...
doc Loading commit data...
m4 Loading commit data...
packages Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
BUILD Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
README.windows Loading commit data...
WORKSPACE Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
glog-config.cmake.in Loading commit data...
libglog.pc.in Loading commit data...
ltmain.sh Loading commit data...