diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-09-03 10:59:37 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-09-03 10:59:37 (GMT) |
commit | e61f35c191941709a727ae6128a43b24a0ee5bff (patch) | |
tree | 2adfe1b98e59f30cf0d6b928e41bfbfc2f108d7b /ChangeLog | |
parent | b49e72092fd577fecc0d9e990cba02dd67cca29f (diff) | |
download | tcl-e61f35c191941709a727ae6128a43b24a0ee5bff.zip tcl-e61f35c191941709a727ae6128a43b24a0ee5bff.tar.gz tcl-e61f35c191941709a727ae6128a43b24a0ee5bff.tar.bz2 |
Stop NULL interp args from causing crashes. [Bug 1020538]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-09-03 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * unix/tclUnixFCmd.c: Stop NULL interp arguments from triggering a + crash when an error happens. [Bug 1020538] + 2004-09-02 Donal K. Fellows <donal.k.fellows@man.ac.uk> * doc/lsearch.n: Clarified meaning of -dictionary. [Bug 759545] |