[New-bugs-announce] [issue5775] marshal.c needs to be checked for out of memory errors

Eric Smith report at bugs.python.org
Fri Apr 17 00:07:51 CEST 2009


New submission from Eric Smith <eric at trueblade.com>:

With the changes in r71665, w_object() in marshal.c needs to be checked
for out of memory errors when converting floats to strings. I'm not
convinced the existing error checking was correct, but I haven't spent a
lot of time looking at it.

The fact that w_object() is recursive makes the problem that much tougher.

I'll get to this before the next 3.1 release.

----------
assignee: eric.smith
components: Interpreter Core
messages: 86049
nosy: eric.smith
priority: release blocker
severity: normal
status: open
title: marshal.c needs to be checked for out of memory errors
type: resource usage
versions: Python 3.1

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


More information about the New-bugs-announce mailing list