[issue4463] Parameters and result of PyList_GetItem() are not validated

Brian Szuter report at bugs.python.org
Sat Nov 29 18:02:14 CET 2008


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

Python-2.5.2/Python/import.c(get_path_importer)
Lines 1079

PyString_Check() is not called on the result of PyList_GetItem() and the
parameters of PyList_GetItem() are not validated before the method is
called.

----------
components: None
messages: 76604
nosy: CWRU_Researcher1
severity: normal
status: open
title: Parameters and result of PyList_GetItem() are not validated
type: performance
versions: Python 2.5.3

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


More information about the Python-bugs-list mailing list