summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-13 14:50:15 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-13 14:50:15 (GMT)
commitd7dccda78eed3f2ba6f123ccff8c61b9f7d4bfe0 (patch)
tree79ad65ea5c4785ef0ac8bdce1930e50858961204 /ChangeLog
parent31adc61af2686154ae232804fc282c663b57f8da (diff)
parent515c4f1a4cc29e7f4dd2fb0ca65aaec0e0172cab (diff)
downloadtcl-d7dccda78eed3f2ba6f123ccff8c61b9f7d4bfe0.zip
tcl-d7dccda78eed3f2ba6f123ccff8c61b9f7d4bfe0.tar.gz
tcl-d7dccda78eed3f2ba6f123ccff8c61b9f7d4bfe0.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 2e369c8..1369602 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