Comment 4 for bug 159258

Revision history for this message
In , Shaver (shaver) wrote :

I think it might be a necko bug. We should set FD_CLOEXEC on all the fds we open.

Or maybe people are getting these fds via the OpenANSIDescriptor thingy? Then
nsLocalFileUnix needs to set FD_CLOEXEC on the underlying fd, which is perhaps
_mildly_ exciting to do portably, but hey.