[issue7632] dtoa.c: oversize b in quorem, and a menagerie of other bugs

Mark Dickinson report at bugs.python.org
Sat Jan 16 23:38:21 CET 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

Okay, so there's a memory leak for overflowing values:  if an overflow is detected in the main correction loop of _Py_dg_strtod, then 'references' to bd0, bd, bb, bs and delta aren't released.

There may be other leaks;  I'm trying to come up with a good way to detect them reliably.

----------

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


More information about the Python-bugs-list mailing list