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/12167] ttyname() and ttyname_r() may return wrong value


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

--- Comment #1 from Miklos Szeredi <miklos at szeredi dot hu> 2010-10-28 12:51:15 UTC ---
Created attachment 5093
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5093
Remove code duplication between ttyname_r and ttyname

ttyname can be implemented by allocating a static buffer and calling ttyname_r.
 This removes much code duplication.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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