lists.zerezo.com
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] be paranoid about closed stdin/stdout/stderr
- Date: Wed, 27 Aug 2008 06:38:24 +0200
- From: Paolo Bonzini <bonzini@xxxxxxx>
- Subject: Re: [PATCH] be paranoid about closed stdin/stdout/stderr
> Yes, I can work around this issue with sh -c 'git fetch
> 0</dev/null', and maybe it shouldn't close(0) in the first place.
> But I don't see the harm in being safe. It's one less potential
> surprise for users. This is the first program I've encountered
> that broke due to stdin being closed
Not really. I suspect every program that uses pipe/dup to fork a child
could be wrong (the only one I ever wrote breaks), and I wonder if the
higher-level popen(3) interface works properly.
Paolo
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html