Changeset 6376af1 for list.c

Timestamp:
Jun 3, 2011, 11:07:50 PM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Children:
fc625fb
Parents:
cc305b5
git-author:
David Benjamin <davidben@mit.edu> (06/03/11 22:58:53)
git-committer:
David Benjamin <davidben@mit.edu> (06/03/11 23:07:50)
Message:
Use glib spawn functions when launching a newmsgproc

The glib version is smaller and has the advantage of not leaking all our
file descriptors to the process. More importantly, it does not call
malloc between fork and exec which is not safe in the presence of
threads.
(No files)

Note: See TracChangeset for help on using the changeset viewer.