Tcl Source Code

View Ticket
Login
Ticket UUID: 1353853
Title: windows: tclWinSock.c has uninitialized variable
Type: Patch Version: None
Submitter: matt-newman Created on: 2005-11-11 11:20:45
Subsystem: 27. Channel Types Assigned To: dkf
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2005-11-28 16:48:44
Resolution: Accepted Closed By: dkf
    Closed on: 2005-11-28 09:48:44
Description:
sock is uninitialized, and under certain error conditions gets 
referenced on exit from function, causing problems in debug build, 
and running risk (2^32 / num-handles) of closing something 
randomly....

Matt
User Comments: dkf added on 2005-11-28 16:48:44:
Logged In: YES 
user_id=79902

Looks like someone already applied this to the HEAD. Applied
to 8.4 branch.

matt-newman added on 2005-11-11 18:20:49:

File Added - 155862: tclWinSock.c.diff

Attachments: