Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sat, 23 Mar 2013 21:40:17 -0400
From: Rich Felker <dalias@...ifal.cx>
To: musl@...ts.openwall.com
Subject: proposed popen replacement using posix_spawn

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

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.