diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-13 14:53:53 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-13 14:53:53 (GMT) |
commit | e92a8c89a56cfb62c3afd8f8bc612a7d4fa94d1f (patch) | |
tree | 4ef00e55bbeaedd9f2bd5f39c625b1c4702dc516 /ChangeLog | |
parent | 8084e168af0746710f165ebb4a157b45dc3b3756 (diff) | |
parent | d7dccda78eed3f2ba6f123ccff8c61b9f7d4bfe0 (diff) | |
download | tcl-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-- | 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 |