public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/2417] New: getcwd() uses ENAMETOOLONG instead of ERANGE
@ 2006-03-05 16:53 aurelien at aurel32 dot net
  2006-03-05 16:54 ` [Bug libc/2417] " aurelien at aurel32 dot net
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: aurelien at aurel32 dot net @ 2006-03-05 16:53 UTC (permalink / raw)
  To: glibc-bugs

A call to getcwd() with a buffer smaller than the actual path returns an error
ENAMETOOLONG on all architectures but ia64, whereas POSIX and the *GNU libc
manual* say ERANGE. Actually this is the value returned by the kernel.

IMHO the kernel has to be fixed, but the GNU libc should also correct the
number. That's the purpose of the attached patch.

-- 
           Summary: getcwd() uses ENAMETOOLONG instead of ERANGE
           Product: glibc
           Version: 2.3.6
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: aurelien at aurel32 dot net
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-04-01 20:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-05 16:53 [Bug libc/2417] New: getcwd() uses ENAMETOOLONG instead of ERANGE aurelien at aurel32 dot net
2006-03-05 16:54 ` [Bug libc/2417] " aurelien at aurel32 dot net
2006-03-10 17:12 ` decimal at us dot ibm dot com
2006-03-10 17:13 ` decimal at us dot ibm dot com
2006-04-01 20:57 ` drepper at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).