[issue3369] memory leak in floatobject.c

Kristján Valur Jónsson report at bugs.python.org
Tue Jul 15 23:42:26 CEST 2008


New submission from Kristján Valur Jónsson <kristjan at ccpgames.com>:

When a nan or inf is generated in PyFloat_FromString(), a temporary 
buffer may be left behind.
Patch attached.
Found using Purify

----------
components: Interpreter Core
files: tmp4.patch
keywords: easy, patch, patch
messages: 69721
nosy: krisvale
severity: normal
status: open
title: memory leak in floatobject.c
versions: Python 3.0
Added file: http://bugs.python.org/file10901/tmp4.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3369>
_______________________________________


More information about the Python-bugs-list mailing list