summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2002-07-08 12:08:34 (GMT)
committervincentdarley <vincentdarley>2002-07-08 12:08:34 (GMT)
commit284a565718399779d86f434a058a3d2880270e8f (patch)
treec998b7a4adf7ece8d82aa33f2b7c1a4643ddc722 /ChangeLog
parent095d33883b3a4b3d586f2c39679ca943b7e344e4 (diff)
downloadtcl-284a565718399779d86f434a058a3d2880270e8f.zip
tcl-284a565718399779d86f434a058a3d2880270e8f.tar.gz
tcl-284a565718399779d86f434a058a3d2880270e8f.tar.bz2
no zero refcount in Tcl_FS
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d2096d..a31a638 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,7 +14,9 @@
* doc/FileSystem.3: cleaned up internal handling of
Tcl_FSOpenFileChannel to remove duplicate code, and make
writing external vfs's clearer and easier. No
- functionality change.
+ functionality change. Also clarify that objects with refCount
+ zero should not be passed in to the Tcl_FS API, and prevent
+ segfaults from occuring on such user errors. [Bug 578617]
2002-07-06 Don Porter <dgp@users.sourceforge.net>