summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-06-24 04:13:29 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-06-24 04:13:29 (GMT)
commit9cebda93e36e028c22404140806f1ef2f80f1f86 (patch)
tree0e6953d32077345f128fd11f93e80553d863182b /ChangeLog
parent29cd385014b7d98f9e1209da72adade7679e3cf2 (diff)
downloadtcl-9cebda93e36e028c22404140806f1ef2f80f1f86.zip
tcl-9cebda93e36e028c22404140806f1ef2f80f1f86.tar.gz
tcl-9cebda93e36e028c22404140806f1ef2f80f1f86.tar.bz2
* generic/tclThreadStorage.c: Corrected type casting errors that led
to calculation of a negative index value, thus accesses outside the threadStorageCache array, thus memory corruption. Crash observed on Mac OS X platform.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b71113a..c49369e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-06-23 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclThreadStorage.c: Corrected type casting errors that led
+ to calculation of a negative index value, thus accesses outside the
+ threadStorageCache array, thus memory corruption. Crash observed on
+ Mac OS X platform.
+
2004-06-23 Joe Mistachkin <joe@mistachkin.com>
* generic/tclThread.c: Implements platform independent thread storage