diff options
author | vincentdarley <vincentdarley> | 2002-07-08 12:08:34 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2002-07-08 12:08:34 (GMT) |
commit | 284a565718399779d86f434a058a3d2880270e8f (patch) | |
tree | c998b7a4adf7ece8d82aa33f2b7c1a4643ddc722 /ChangeLog | |
parent | 095d33883b3a4b3d586f2c39679ca943b7e344e4 (diff) | |
download | tcl-284a565718399779d86f434a058a3d2880270e8f.zip tcl-284a565718399779d86f434a058a3d2880270e8f.tar.gz tcl-284a565718399779d86f434a058a3d2880270e8f.tar.bz2 |
no zero refcount in Tcl_FS
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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> |