X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Fri, 26 Nov 2004 13:06:47 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-ID: <01c4d3a8$Blat.v2.2.2$2adcdae0@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: (message from Esa A E Peuha on Fri, 26 Nov 2004 12:25:34 +0200 (EET)) Subject: Re: A fix for popen(). References: <41A5BE9F DOT 15534 DOT 2346D29 AT localhost> <01c4d33b$Blat.v2.2.2$77027f00 AT zahav DOT net DOT il> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Fri, 26 Nov 2004 12:25:34 +0200 (EET) > From: Esa A E Peuha > > BTW, does setting _IORMONCL around system() have any real effect? > Is there any real chance that the program could crash inside system > (by the child program or otherwise) and yes be able to remove the > temproary file? I don't know, and I'm not sure we could know for sure, since someone could be hooking system calls with e.g. an FSEXT. So it's just a precaution, really.