[Python-bugs-list] [ python-Bugs-478003 ] possible memory leaks in err handling

noreply@sourceforge.net noreply@sourceforge.net
Wed, 07 Nov 2001 00:32:43 -0800


Bugs item #478003, was opened at 2001-11-04 07:02
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=478003&group_id=5470

Category: Extension Modules
Group: Python 2.2
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Neal Norwitz (nnorwitz)
Assigned to: Martin v. Löwis (loewis)
Summary: possible memory leaks in err handling

Initial Comment:
This patch fixes problems caught during code inspection
they seem correct, but I don't think the regression
tests hit these paths.  I'm not sure how to test them.

Files in patch:

Modules/getaddrinfo.c
Modules/socketmodule.c
Python/compile.c


----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2001-11-07 00:32

Message:
Logged In: YES 
user_id=21627

I just applied the missing parts in a slightly massaged
form, as getaddrinfo.c 1.9 and socketmodule.c 1.194.

----------------------------------------------------------------------

Comment By: Tim Peters (tim_one)
Date: 2001-11-04 11:27

Message:
Logged In: YES 
user_id=31435

I applied (just) the compile.c part of the patch (thanks!), 
in

Python/compile.c; new revision: 2.228

Reassigned to MvL for the getaddrinfo and socketmodule 
parts.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=478003&group_id=5470