diff options
author | dgp <dgp@users.sourceforge.net> | 2004-06-24 04:13:29 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-06-24 04:13:29 (GMT) |
commit | 9cebda93e36e028c22404140806f1ef2f80f1f86 (patch) | |
tree | 0e6953d32077345f128fd11f93e80553d863182b /ChangeLog | |
parent | 29cd385014b7d98f9e1209da72adade7679e3cf2 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |