diff options
author | dgp <dgp@users.sourceforge.net> | 2008-08-22 18:00:58 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-08-22 18:00:58 (GMT) |
commit | c531d0f4476d9cbe08053202cb8ba541451b99bf (patch) | |
tree | a64987b1bd708492da130e7cf574ffa1e4f94d9a /ChangeLog | |
parent | 6f75579e3a357853eaa316f593edcb47eddc0c36 (diff) | |
download | tcl-c531d0f4476d9cbe08053202cb8ba541451b99bf.zip tcl-c531d0f4476d9cbe08053202cb8ba541451b99bf.tar.gz tcl-c531d0f4476d9cbe08053202cb8ba541451b99bf.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-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 Miguel Sofer <msofer@users.sf.net> |