This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/3195] getpwnam() wrongly sets errno for "not found" case


------- Additional Comments From drepper at redhat dot com  2007-10-13 23:06 -------
You probably used nscd when running the test.  Otherwise you shouldn't have seen
a problem.  I've adjusted the code so that if nscd is used we get the same
behavior.  errno is set to 0 (not left unchanged).  This is the more sensible
and also compatible behavior.  The current cvs code has the changes.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=3195

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]