[New-bugs-announce] [issue4461] parameters of PyLong_FromString() are not checked for NULL

Brian Szuter report at bugs.python.org
Sat Nov 29 17:54:38 CET 2008


New submission from Brian Szuter <Brian.Szuter at gmail.com>:

Python-2.5.2/Python/ast.c(parsenumber)
Line 3061

The parameters of PyLong_FromString() are not checked for NULL before
the method is called.

----------
components: None
messages: 76602
nosy: CWRU_Researcher1
severity: normal
status: open
title: parameters of PyLong_FromString() are not checked for NULL
type: resource usage
versions: Python 2.5.3

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


More information about the New-bugs-announce mailing list