summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-12-03 06:36:04 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-12-03 06:36:04 (GMT)
commit1320303a3a83a32f63deae54d36d1cfe2cdb89e6 (patch)
treebce807685d653d5c7710d357f6d83ae87ca98ef6 /ChangeLog
parentfa556f0aad80fad65699c15f325c4374e083f6f5 (diff)
downloadtcl-1320303a3a83a32f63deae54d36d1cfe2cdb89e6.zip
tcl-1320303a3a83a32f63deae54d36d1cfe2cdb89e6.tar.gz
tcl-1320303a3a83a32f63deae54d36d1cfe2cdb89e6.tar.bz2
* generic/tclFileName.c (TclDoGlob): One of the
Tcl_FSMatchInDirectory() calls did not have its return code checked. Some VFS drivers can return TCL_ERROR, and when that's not checked, the error message gets converted into a list of matching files returned by [glob], with ridiculous results.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98d77ec..7b38f39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-12-03 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclFileName.c (TclDoGlob): One of the
+ Tcl_FSMatchInDirectory() calls did not have its return code
+ checked. Some VFS drivers can return TCL_ERROR, and when that's
+ not checked, the error message gets converted into a list of
+ matching files returned by [glob], with ridiculous results.
+
2008-12-01 Don Porter <dgp@users.sourceforge.net>
* generic/tclIO.c (TclFinalizeIOSubsystem): Revised latest commit to