summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2007-04-23 17:34:05 (GMT)
committerKevin B Kenny <kennykb@acm.org>2007-04-23 17:34:05 (GMT)
commit401efde7b4d67a1ca4b84373795ec67ccd785306 (patch)
tree2797649b1f689dcf56aa42cd39b149ed9ceb4476 /ChangeLog
parent076e6b32aa2f08565a146e877bd3197bc027b3a4 (diff)
downloadtcl-401efde7b4d67a1ca4b84373795ec67ccd785306.zip
tcl-401efde7b4d67a1ca4b84373795ec67ccd785306.tar.gz
tcl-401efde7b4d67a1ca4b84373795ec67ccd785306.tar.bz2
* generic/tclEnv.c (ReplaceString): Clear memory correctly when
growing the cache to avoid reads of uninitialised data. * generic/tclStrToD.c (AccumulateDecimalDigit): Fixed a mistake where we'd run beyond the end of the 'pow10_wide' array if a number begins with a string of more than 'maxpow10_wide' zeroes. Both these issues reported under [Bug 1705778] - detected with the existing test suite, no new regression tests required.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34a0c00..0830cc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-04-23 Kevin B. Kenny <kennykb@acm.org>
+
+ * generic/tclEnv.c (ReplaceString): Clear memory correctly when
+ growing the cache to avoid reads of uninitialised data.
+ * generic/tclStrToD.c (AccumulateDecimalDigit): Fixed a mistake
+ where we'd run beyond the end of the 'pow10_wide' array if
+ a number begins with a string of more than 'maxpow10_wide' zeroes.
+ Both these issues reported under [Bug 1705778] - detected with
+ the existing test suite, no new regression tests required.
+
2007-04-22 Miguel Sofer <msofer@users.sf.net>
* generic/tclVar.c (TclDeleteNamespaceVars): fixed access to freed