summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-08-25 21:48:41 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-08-25 21:48:41 (GMT)
commit2a48cc8339e254c85a4879e73946dc2b8e73593f (patch)
tree4ca7c3a2ab28798b341a8948ffeede25a992ecb1 /ChangeLog
parent7e5cfe7b8c9af9ddb94862cb919b25eb574f6e06 (diff)
downloadtcl-2a48cc8339e254c85a4879e73946dc2b8e73593f.zip
tcl-2a48cc8339e254c85a4879e73946dc2b8e73593f.tar.gz
tcl-2a48cc8339e254c85a4879e73946dc2b8e73593f.tar.bz2
Better to panic sanely than to crash with a bad memory access. [Bug 1267380]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6fc4686..75724ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-08-25 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * generic/tclListObj.c (UpdateStringOfList): Stop uncontrolled and
+ unsafe crashes from happening when working with very large string
+ representations. [Bug 1267380]
+
* generic/tclExecute.c (TEBC:INST_DICT_LAPPEND): Stop dropping a
duplicated object on the floor, which was a memory leak (and a wrong
result too). Thanks to Andreas Kupries for reporting this.