[Patches] [ python-Patches-920211 ] Patch submission for #876533 (potential leak in ensure_froml

SourceForge.net noreply at sourceforge.net
Tue Mar 23 11:40:04 EST 2004


Patches item #920211, was opened at 2004-03-20 21:41
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=920211&group_id=5470

Category: Core (C code)
Group: Python 2.4
>Status: Closed
>Resolution: Out of Date
Priority: 5
Submitted By: Brian Leair (bleair2)
Assigned to: Nobody/Anonymous (nobody)
Summary: Patch submission for #876533 (potential leak in ensure_froml

Initial Comment:
Summary: (?)
potential leak in ensure_fromlist (import.c)

In the recursive call inside of ensure_fromlist () an early 
exit is taken if the recursive call returns 0. In this early exit 
case the object "all" needs to be Py_DECREF ().



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

>Comment By: Martin v. Löwis (loewis)
Date: 2004-03-23 17:40

Message:
Logged In: YES 
user_id=21627

It appears that this patch is identical to the one included in the 
bugreport, which I have applied. So closing this as out-of-date

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=920211&group_id=5470



More information about the Patches mailing list