Tcl Source Code

View Ticket
Login
Ticket UUID: 1494330
Title: Tcl_SplitList: Trivial removal of strlen
Type: Patch Version: None
Submitter: fridolin Created on: 2006-05-24 14:09:49
Subsystem: 45. Parsing and Eval Assigned To: dgp
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2006-07-03 22:08:14
Resolution: Duplicate Closed By: dgp
    Closed on: 2006-07-03 15:08:14
Description:
Tcl_SplitList calls strlen(list), but the loop before 
counts the length, too.
User Comments: fridolin added on 2006-07-03 22:05:09:
Logged In: YES 
user_id=13583

Yes, it's a duplicate.

dgp added on 2006-06-21 19:52:54:
Logged In: YES 
user_id=80530


Duplicate of 1344747 then?

fridolin added on 2006-06-21 18:15:38:
Logged In: YES 
user_id=13583

Patch 1344747 seems to do the same (without reusing length 
in ckalloc on the next line.)

fridolin added on 2006-05-25 12:13:27:

File Added - 179195: tclUtil.patch

Attachments: