Bug#754813: since 2.19: getpwuid() fails in statically linked programs
> This is a regression introduced in 2.19 by the following commit: Aurelien, thanks for the information. Regards, Andrey P.S. I never received a copy of your email answer.
Bug#754813: since 2.19: getpwuid() fails in statically linked programs
Package: glibc Version: 2.19-5 Severity: normal Dear maintainers, since glibc 2.19 getpwuid() fails in a statically linked program (pw == NULL): #include #include #include #include int main() { int uid; struct passwd *pw; uid=getuid(); printf("UID=%d\n", uid); pw = getp