diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2001-11-30 14:59:01 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2001-11-30 14:59:01 (GMT) |
commit | cd2cbdf213a606bdd6c92e568f454a388799dc37 (patch) | |
tree | c0f8cafc1d7a02e7d4de0a7a3651a71b19ef4c22 /ChangeLog | |
parent | 9e3fea651cf621b8c1fa4e18d8004addf67d857d (diff) | |
download | tcl-cd2cbdf213a606bdd6c92e568f454a388799dc37.zip tcl-cd2cbdf213a606bdd6c92e568f454a388799dc37.tar.gz tcl-cd2cbdf213a606bdd6c92e568f454a388799dc37.tar.bz2 |
Tcl_Preserve'ing VarTrace structures to avoid memory corruption [Bug: 484334]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2001-11-30 Miguel Sofer <msofer@users.sourceforge.net> + + * generic/tclVar.c: Tcl_Preserve'ing VarTrace structures to avoid + memory corruption. Patch for [Bug: 484334] provided by Don Porter + 2001-11-29 Miguel Sofer <msofer@users.sourceforge.net> * tests/namespace.test: modified namespace-41.2, added 41.3 |