Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: FD_CLOEXEC
- X-seq: zsh-workers 11578
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Re: PATCH: FD_CLOEXEC
- Date: Thu, 25 May 2000 15:01:12 +0000
- In-reply-to: <0FV400JGT0DC95@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <0FV400JGT0DC95@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
On May 25, 10:44am, Peter Stephenson wrote:
} Subject: PATCH: FD_CLOEXEC
}
} I was thinking about the command substitution problem and keeping file
} descriptors open when I checked up on the use of the close-on-exec flag in
} zftp.c, which is the only place it's used (could we do with some more?)
There's already some pretty elaborate code in exec.c to close all the fds
that should be closed on exec; probably you don't even need that stuff in
zftp, but it doesn't hurt.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author