mailing list of musl libc
 help / color / mirror / code / Atom feed
* proposed popen replacement using posix_spawn
@ 2013-03-24  1:40 Rich Felker
  2013-03-24  1:40 ` Rich Felker
  0 siblings, 1 reply; 3+ messages in thread
From: Rich Felker @ 2013-03-24  1:40 UTC (permalink / raw)
  To: musl

Hi all,

I've rewritten popen using posix_spawn and, based on minimal testing,
it seems to be working. Please take a look and let me know if you see
any issues with it; if I don't hear any problems soon I'll probably
commit and fix bugs later if necessary. The important corner cases
seem to be:

- fd exhaustion
- memory exhaustion
- cases where stdio and/or stdout is closed prior to popen

Rich


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-03-24  1:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-24  1:40 proposed popen replacement using posix_spawn Rich Felker
2013-03-24  1:40 ` Rich Felker
2013-03-24  1:45   ` Rich Felker

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).