diff options
author | hobbs <hobbs> | 2003-01-16 20:51:57 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-01-16 20:51:57 (GMT) |
commit | 545d7776f7c48ef8faf032296dd9b2b5bda76247 (patch) | |
tree | 3686cbe5c214f25e19c8bd56f0ea6f197e9f3a9b /ChangeLog | |
parent | 87b28d9c78944ebbc26e0dfc02d0b4c07bbdba68 (diff) | |
download | tcl-545d7776f7c48ef8faf032296dd9b2b5bda76247.zip tcl-545d7776f7c48ef8faf032296dd9b2b5bda76247.tar.gz tcl-545d7776f7c48ef8faf032296dd9b2b5bda76247.tar.bz2 |
* tests/winDde.test:
* win/tclWinDde.c (Tcl_DdeObjCmd): Prevent crash when empty
service name is passed to 'dde eval' and goto errorNoResult in
request and poke error cases to free up any allocated data.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-01-16 Jeff Hobbs <jeffh@ActiveState.com> + + * tests/winDde.test: + * win/tclWinDde.c (Tcl_DdeObjCmd): Prevent crash when empty + service name is passed to 'dde eval' and goto errorNoResult in + request and poke error cases to free up any allocated data. + 2003-01-16 Mo DeJong <mdejong@users.sourceforge.net> * win/tclWin32Dll.c (squelch_warnings): Squelch |