Tcl Source Code

View Ticket
Login
Ticket UUID: 868853
Title: Fix mem leak in TtySetOptionProc.
Type: Patch Version: None
Submitter: stwo Created on: 2004-01-01 17:07:18
Subsystem: 25. Channel System Assigned To: andreas_kupries
Priority: 9 Immediate Severity:
Status: Closed Last Modified: 2004-05-04 14:52:52
Resolution: Accepted Closed By: andreas_kupries
    Closed on: 2004-05-04 07:52:52
Description:
In tclUnixChan.c, TtySetOptionProc options -xchar and
-ttycontrol.  Tcl_SplitList is used without freeing
argv.  Patch adds ckfree((char *) argv);  where necessary.
User Comments: andreas_kupries added on 2004-05-04 14:52:52:
Logged In: YES 
user_id=75003

Committed to both CVS head and 8.4 head.

chomo added on 2004-02-02 02:44:20:
Logged In: YES 
user_id=943591

yes should

hobbs added on 2004-01-07 07:26:57:
Logged In: YES 
user_id=72656

this should be verified and applied to 8.4 branch as well

stwo added on 2004-01-02 00:07:18:

File Added - 71978: patch-unix_tclUnixChan_c

Attachments: