summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvasiljevic <zv@archiware.com>2006-01-12 18:35:25 (GMT)
committervasiljevic <zv@archiware.com>2006-01-12 18:35:25 (GMT)
commit511d1d6b19ab88a56c6988740f83cbad45f6bc28 (patch)
tree930fcbc4ec59554c92c173cf8b7bbace892f5f67 /ChangeLog
parentc08d27f2b554febc0ff295fc7da3ab016e1ce81a (diff)
downloadtcl-511d1d6b19ab88a56c6988740f83cbad45f6bc28.zip
tcl-511d1d6b19ab88a56c6988740f83cbad45f6bc28.tar.gz
tcl-511d1d6b19ab88a56c6988740f83cbad45f6bc28.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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac160d6..9a76775 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-01-12 Zoran Vasiljevic <vasiljevic@users.sourceforge.net>
+
+ * generic/tclPathObj.c (Tcl_FSGetInternalRep): backported
+ patch from core-8-4-branch. A freed pointer has been
+ overwritten causing all sorts of coredumps.
+
2006-01-12 Vince Darley <vincentdarley@sourceforge.net>
* win/tclWinFile.c: fix to sharing violation [Bug 1366227]