|
From: Daniel A. S. <da...@us...> - 2006-08-02 20:04:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4731 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tclUnixPipe.c (TclpCreateProcess): for USE_VFORK: ensure standard channels are initialized before vfork() so that the child doesn't potentially corrupt global state in the parent's address space. |