summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-13 14:46:56 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-13 14:46:56 (GMT)
commit515c4f1a4cc29e7f4dd2fb0ca65aaec0e0172cab (patch)
tree5f86a14fef5506d2aab042f36d183030f712d53e /ChangeLog
parent5abed9b95ce3f5e789bc35d2dbbacecfad1dbd57 (diff)
downloadtcl-515c4f1a4cc29e7f4dd2fb0ca65aaec0e0172cab.zip
tcl-515c4f1a4cc29e7f4dd2fb0ca65aaec0e0172cab.tar.gz
tcl-515c4f1a4cc29e7f4dd2fb0ca65aaec0e0172cab.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 6add097..1615237 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