diff options
author | hobbs <hobbs> | 2001-03-29 19:45:20 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-03-29 19:45:20 (GMT) |
commit | 2c1380976a137f6dea42069da86488ca3f34345c (patch) | |
tree | 5accbadf4b7dd60d58069f94309ef24579ea83ab /ChangeLog | |
parent | 5ac202571351170b56fce14788efeb4316590e8b (diff) | |
download | tcl-2c1380976a137f6dea42069da86488ca3f34345c.zip tcl-2c1380976a137f6dea42069da86488ca3f34345c.tar.gz tcl-2c1380976a137f6dea42069da86488ca3f34345c.tar.bz2 |
* unix/tclUnixPipe.c (TclpCreateTempFile): prevent potential race
condition and security leak in tmp filename creation.
(max) [Patch #402924]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,8 +1,12 @@ 2001-03-29 Jeff Hobbs <jeffh@gimlet.activestate.com> + * unix/tclUnixPipe.c (TclpCreateTempFile): prevent potential race + condition and security leak in tmp filename creation. + (max) [Patch #402924] + * unix/configure: * unix/tcl.m4: corrected IRIX-5.x config to not use -n32. - (english) [Patch 403626] + (english) [Patch #403626] * unix/tclUnixThrd.c (Tcl_ConditionWait): fixed handling of timeout for threads (corrects excessive CPU usage issue for Tk on |