This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author CWRU_Researcher1
Recipients CWRU_Researcher1
Date 2008-11-29.17:02:13
SpamBayes Score 0.0002918314
Marked as misclassified No
Message-id <1227978134.48.0.524968542357.issue4463@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-11-29 17:02:14CWRU_Researcher1setrecipients: + CWRU_Researcher1
2008-11-29 17:02:14CWRU_Researcher1setmessageid: <1227978134.48.0.524968542357.issue4463@psf.upfronthosting.co.za>
2008-11-29 17:02:13CWRU_Researcher1linkissue4463 messages
2008-11-29 17:02:13CWRU_Researcher1create