diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-13 14:46:56 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-13 14:46:56 (GMT) |
commit | 515c4f1a4cc29e7f4dd2fb0ca65aaec0e0172cab (patch) | |
tree | 5f86a14fef5506d2aab042f36d183030f712d53e /ChangeLog | |
parent | 5abed9b95ce3f5e789bc35d2dbbacecfad1dbd57 (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |