diff options
author | vasiljevic <zv@archiware.com> | 2006-01-12 18:03:46 (GMT) |
---|---|---|
committer | vasiljevic <zv@archiware.com> | 2006-01-12 18:03:46 (GMT) |
commit | 8fdd6a29a9c9eb192eadf1c481e74db3162cc3d3 (patch) | |
tree | 682df7a9d64529627d7f011e1f1d6941b647c8a4 /ChangeLog | |
parent | 4190757058d4216a53bcb641a6bf1ebd4cd15b00 (diff) | |
download | tcl-8fdd6a29a9c9eb192eadf1c481e74db3162cc3d3.zip tcl-8fdd6a29a9c9eb192eadf1c481e74db3162cc3d3.tar.gz tcl-8fdd6a29a9c9eb192eadf1c481e74db3162cc3d3.tar.bz2 |
Fixed potential overwriting of already freed memory
which caused all kinds of (rare but reproducible)
coredumps all over the place.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-01-12 Zoran Vasiljevic <vasiljevic@users.sourceforge.net> + + * generic/tclIOUtil.c (Tcl_FSGetInternalRep): fixed potential + overwriting of already freed memory which caused all kinds of + (rare but reproducible) coredumps all over the place. + 2006-01-11 Don Porter <dgp@users.sourceforge.net> * tests/error.test (error-7.0): Test the timing of write traces |