New submission from Brian Szuter <[EMAIL PROTECTED]>: Python-2.5.2/Python/import.c(find_module) Lines 1171
PyString_Check() is not called on the result of PyList_GetItem(), nor is the result checked to see if it is NULL. ---------- components: None messages: 76603 nosy: CWRU_Researcher1 severity: normal status: open title: result of PyList_GetItem() not validated type: resource usage versions: Python 2.5.3 _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4462> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com