[ python-Bugs-1494671 ] PyOS_ascii_strtod() uses malloc()

SourceForge.net noreply at sourceforge.net
Thu May 25 02:51:53 CEST 2006


Bugs item #1494671, was opened at 2006-05-24 17:51
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1494671&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: Python Interpreter Core
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Brett Cannon (bcannon)
Assigned to: Nobody/Anonymous (nobody)
Summary: PyOS_ascii_strtod() uses malloc()

Initial Comment:
Line 103 shows a use of a bare malloc() instead of the
proper memory-related macro.

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

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


More information about the Python-bugs-list mailing list