summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2007-04-23 17:56:07 (GMT)
committerKevin B Kenny <kennykb@acm.org>2007-04-23 17:56:07 (GMT)
commitaa9216011ec86d77c35b1217e31a14c6517a4433 (patch)
tree88aa93236097bfeaa73b2aa50573e2c88548d89e /ChangeLog
parent401efde7b4d67a1ca4b84373795ec67ccd785306 (diff)
downloadtcl-aa9216011ec86d77c35b1217e31a14c6517a4433.zip
tcl-aa9216011ec86d77c35b1217e31a14c6517a4433.tar.gz
tcl-aa9216011ec86d77c35b1217e31a14c6517a4433.tar.bz2
* generic/tclTest.c (Testregexpobjcmd): Removed an invalid access
beyond the end of 'objv' in 'testregexp -about'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0830cc4..7bbfaf8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,9 @@
* 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
+ * generic/tclTest.c (Testregexpobjcmd): Removed an invalid access
+ beyond the end of 'objv' in 'testregexp -about'.
+ All three of 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>