summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-13 14:53:53 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-13 14:53:53 (GMT)
commite92a8c89a56cfb62c3afd8f8bc612a7d4fa94d1f (patch)
tree4ef00e55bbeaedd9f2bd5f39c625b1c4702dc516 /ChangeLog
parent8084e168af0746710f165ebb4a157b45dc3b3756 (diff)
parentd7dccda78eed3f2ba6f123ccff8c61b9f7d4bfe0 (diff)
downloadtcl-e92a8c89a56cfb62c3afd8f8bc612a7d4fa94d1f.zip
tcl-e92a8c89a56cfb62c3afd8f8bc612a7d4fa94d1f.tar.gz
tcl-e92a8c89a56cfb62c3afd8f8bc612a7d4fa94d1f.tar.bz2
Protect against receiving strings without ending \0, as external applications (or Tcl with TIP #106) could generate that.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f0c7533..b4a6a8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-13 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * win/tclWinDde.c: Protect against receiving strings without ending \0,
+ as external applications (or Tcl with TIP #106) could generate that.
+
2012-05-10 Jan Nijtmans <nijtmans@users.sf.net>
* win/tclWinDde.c: [Bug 473946]: special characters not correctly sent