[issue10181] get_shape0 in memoryobject.c not checked for error return

Roger Upole report at bugs.python.org
Sat Oct 23 20:22:39 CEST 2010


New submission from Roger Upole <rupole at hotmail.com>:

There are a number of places in memoryobject.c where get_shape0 is used without the return value being checked.  If it fails, this leads to hanging exceptions and crashes.

----------
components: Interpreter Core
messages: 119460
nosy: rupole
priority: normal
severity: normal
status: open
title: get_shape0 in memoryobject.c not checked for error return
type: crash
versions: Python 3.2

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


More information about the Python-bugs-list mailing list