summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2006-08-02 20:04:40 (GMT)
committerdas <das>2006-08-02 20:04:40 (GMT)
commit18500d2958ab58a718a10b5c7f98b2b3f3c398a9 (patch)
tree8c83f9e5ca45f3f226122aa79f28c40dbbf735ed /ChangeLog
parentce0022054c0176b268c48a6bc140cec484e6cc81 (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e138d1..9e9a23c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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