diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-10-19 21:35:21 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-10-19 21:35:21 (GMT) |
commit | 21b328fdbad15a78e6f77c80092e7bab72f42ae7 (patch) | |
tree | e393b761de7471f1137986da484cde0d2473f312 | |
parent | b976a2d33c9aa2468e47c3886301b27975e1ce15 (diff) | |
download | tcl-21b328fdbad15a78e6f77c80092e7bab72f42ae7.zip tcl-21b328fdbad15a78e6f77c80092e7bab72f42ae7.tar.gz tcl-21b328fdbad15a78e6f77c80092e7bab72f42ae7.tar.bz2 |
See changelog entry
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-10-19 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclIORChan.c (PassReceivedError,PassReceivedErrorInterp): + Fix crash caused by passing -1 as the length to TclNewStringObj(). + Only Tcl_NewStringObj (the function call, not the macro) handles that + sort of thing correctly. This makes ioCmd.test pass again. + 2005-10-19 Don Porter <dgp@users.sourceforge.net> * generic/tclClock.c: Removed some dead code. |