From 21b328fdbad15a78e6f77c80092e7bab72f42ae7 Mon Sep 17 00:00:00 2001 From: dkf Date: Wed, 19 Oct 2005 21:35:21 +0000 Subject: See changelog entry --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 93f7912..9a790af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-10-19 Donal K. Fellows + + * 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 * generic/tclClock.c: Removed some dead code. -- cgit v0.12