mirror of https://git.musl-libc.org/git/musl
Browse Source
getpwuid_r can return 0 but without a result in the case where there was no error but no record exists. in that case cuserid was treating it as success and copying junk out of pw.pw_name to the output buffer.master
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue