summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-05-21 16:48:39 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-05-21 16:48:39 (GMT)
commita6a7e5ca7699ad328ed645c207aaba8b69e32a53 (patch)
treec022ea2ecf0d6c718230934201019c089f7d78c3 /ChangeLog
parent70e6283bef9733ca12935627fda82f732e5cabd9 (diff)
parenta89ca11a44b7af7cb1017a6cbaf59f53c3e16ed7 (diff)
downloadtcl-a6a7e5ca7699ad328ed645c207aaba8b69e32a53.zip
tcl-a6a7e5ca7699ad328ed645c207aaba8b69e32a53.tar.gz
tcl-a6a7e5ca7699ad328ed645c207aaba8b69e32a53.tar.bz2
When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,
care must be taken that the value cannot possibly become pure Unicode. Calling Tcl_AppendToObj() has the possibility of making such a conversion. Bug found while valgrinding the trunk.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ea446c..aabc5e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-05-21 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclFileName.c: When using Tcl_SetObjLength() calls to grow
+ * generic/tclPathObj.c: and shrink the objPtr->bytes buffer, care must be
+ taken that the value cannot possibly become pure Unicode. Calling
+ Tcl_AppendToObj() has the possibility of making such a conversion. Bug
+ found while valgrinding the trunk.
+
2012-05-17 Donal K. Fellows <dkf@users.sf.net>
* generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Corrected