This is the mail archive of the glibc-bugs@sources.redhat.com 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 nis/334] innetgr is not reentrant when referencing nis and nisplus


------- Additional Comments From kukuk at suse dot de  2004-08-17 06:33 -------
Uli Drepper made some changes to this the last days, which should fix 
some of the problems. 
 
In general: NIS is not a thread safe protocol. So, even if you use it through 
thread safe _r functions, the result can be different if multiple threads are 
doing this at the same time. There is no way to prevent this (except that the 
calling application makes sure, that a thread calling one of the setpwent, 
getpw*, endpwent functions holds a global lock during the whole time or to 
rewrite the getpw*_r interface to use a cookie). 
 

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


http://sources.redhat.com/bugzilla/show_bug.cgi?id=334

------- 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]