diff options
author | coldstore <coldstore> | 2006-10-13 05:11:36 (GMT) |
---|---|---|
committer | coldstore <coldstore> | 2006-10-13 05:11:36 (GMT) |
commit | ae30ab71db6aae4fccdee34cb0716454952141d4 (patch) | |
tree | cd06a320522731d58440d5c4c81a5480a680a4e1 /ChangeLog | |
parent | aa68b77f6af4b4ca253e84ff63b3f600ce587a13 (diff) | |
download | tcl-ae30ab71db6aae4fccdee34cb0716454952141d4.zip tcl-ae30ab71db6aae4fccdee34cb0716454952141d4.tar.gz tcl-ae30ab71db6aae4fccdee34cb0716454952141d4.tar.bz2 |
win/tclWinFile.c: corrected erroneous attempt to protect against NULL return from Tcl_FSGetNormalizedPath per Bug 1548263 causing Bug 1575837.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2006-10-13 Colin McCormack <coldstore@users.sf.net> + * win/tclWinFile.c: corrected erroneous attempt to protect + against NULL return from Tcl_FSGetNormalizedPath + per Bug 1548263 causing Bug 1575837. + 2006-10-13 Daniel Steffen <das@users.sourceforge.net> * unix/tclUnixThrd.c (TclpThreadGetStackSize): on Darwin, use |