diff options
author | dgp <dgp@users.sourceforge.net> | 2008-08-22 18:00:14 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-08-22 18:00:14 (GMT) |
commit | 61d50b336b7c4fdd076332411154b3330ce9c146 (patch) | |
tree | 1d9b645689eb4319cf03cab248e674c2218b4d44 /ChangeLog | |
parent | 89caec97fd7d5e85719e6a561e81ca0b5204b09a (diff) | |
download | tcl-61d50b336b7c4fdd076332411154b3330ce9c146.zip tcl-61d50b336b7c4fdd076332411154b3330ce9c146.tar.gz tcl-61d50b336b7c4fdd076332411154b3330ce9c146.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 Jeff Hobbs <jeffh@ActiveState.com> |