summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-08-22 18:00:14 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-08-22 18:00:14 (GMT)
commit9b86f2b1140ee1b2adf1087c78caf1bcdbaa0f31 (patch)
tree1d9b645689eb4319cf03cab248e674c2218b4d44 /ChangeLog
parent1b1450fb684c5c1af4400d71a16a343d832d1dcd (diff)
downloadtcl-9b86f2b1140ee1b2adf1087c78caf1bcdbaa0f31.zip
tcl-9b86f2b1140ee1b2adf1087c78caf1bcdbaa0f31.tar.gz
tcl-9b86f2b1140ee1b2adf1087c78caf1bcdbaa0f31.tar.bz2
* generic/tclUtil.c (TclReToGlob): Added missing set of the
*exactPtr value to really fix [Bug 2065115]. Also avoid possible DString overflow.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6eb10d6..6f71458 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
2008-08-22 Don Porter <dgp@users.sourceforge.net>
* generic/tclUtil.c (TclReToGlob): Added missing set of the
- *exactPtr value to really fix [Bug 2065115].
+ *exactPtr value to really fix [Bug 2065115]. Also avoid possible
+ DString overflow.
* tests/regexpComp.test: Correct duplicate test names.
2008-08-21 Jeff Hobbs <jeffh@ActiveState.com>