diff options
author | das <das> | 2006-08-02 20:04:40 (GMT) |
---|---|---|
committer | das <das> | 2006-08-02 20:04:40 (GMT) |
commit | 18500d2958ab58a718a10b5c7f98b2b3f3c398a9 (patch) | |
tree | 8c83f9e5ca45f3f226122aa79f28c40dbbf735ed /ChangeLog | |
parent | ce0022054c0176b268c48a6bc140cec484e6cc81 (diff) | |
download | tcl-18500d2958ab58a718a10b5c7f98b2b3f3c398a9.zip tcl-18500d2958ab58a718a10b5c7f98b2b3f3c398a9.tar.gz tcl-18500d2958ab58a718a10b5c7f98b2b3f3c398a9.tar.bz2 |
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-08-03 Daniel Steffen <das@users.sourceforge.net> + + * 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. + 2006-07-30 Kevin Kenny <kennykb@acm.org> * tests/clock.test: Allowed UTC as a synonym for GMT in two |