[Patches] [ python-Patches-1298499 ] Unchecked return value in cStringIO

SourceForge.net noreply at sourceforge.net
Thu Sep 22 11:17:33 CEST 2005


Patches item #1298499, was opened at 2005-09-22 03:40
Message generated for change (Settings changed) made by rhettinger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1298499&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Modules
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Andrew Bennetts (spiv)
>Assigned to: Raymond Hettinger (rhettinger)
Summary: Unchecked return value in cStringIO

Initial Comment:
There's a PyList_Append call in IO_readlines that
doesn't have its return value checked.  This patch
fixes it.

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

Comment By: Andrew Bennetts (spiv)
Date: 2005-09-22 04:03

Message:
Logged In: YES 
user_id=50945

Sorry, that patch was a brainfart.  Here's a saner one.



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

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


More information about the Patches mailing list