[krbdev.mit.edu #5561] close-on-exec flags

Ken Raeburn via RT rt-comment at krbdev.mit.edu
Fri May 18 05:17:26 EDT 2007


Every file descriptor we open in our libraries should probably have  
the close-on-exec flag set as quickly as possible, on UNIX, in case  
the application is running multithreaded and another thread calls  
fork and exec while we're doing something with files or sockets.




More information about the krb5-bugs mailing list