diff options
author | rmax <rmax> | 2006-01-16 19:31:18 (GMT) |
---|---|---|
committer | rmax <rmax> | 2006-01-16 19:31:18 (GMT) |
commit | f388a5c71529a9aa4ed00cadbd0551e19c8c32bb (patch) | |
tree | bb4d4c02dd4d0a6f73c6f77b2b41e9d00722e46e /ChangeLog | |
parent | 8fdd6a29a9c9eb192eadf1c481e74db3162cc3d3 (diff) | |
download | tcl-f388a5c71529a9aa4ed00cadbd0551e19c8c32bb.zip tcl-f388a5c71529a9aa4ed00cadbd0551e19c8c32bb.tar.gz tcl-f388a5c71529a9aa4ed00cadbd0551e19c8c32bb.tar.bz2 |
* generic/tclPipe.c (FileForRedirect): Prevent nameString from
being freed without having been initialized.
* tests/exec.test: Added a test for the above.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-01-16 Reinhard Max <max@suse.de> + + * generic/tclPipe.c (FileForRedirect): Prevent nameString from + being freed without having been initialized. + * tests/exec.test: Added a test for the above. + 2006-01-12 Zoran Vasiljevic <vasiljevic@users.sourceforge.net> * generic/tclIOUtil.c (Tcl_FSGetInternalRep): fixed potential |