[issue3845] memory access before short string when checking suffix

2009-04-04 Thread Matthias Klose
Matthias Klose d...@debian.org added the comment: fixed for 2.7, 2.6, 3.1 -- assignee: - doko resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3845

[issue3845] memory access before short string when checking suffix

2008-09-13 Thread Ralph Corderoy
Changes by Ralph Corderoy [EMAIL PROTECTED]: -- nosy: +ralph.corderoy ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3845 ___ ___ Python-bugs-list

[issue3845] memory access before short string when checking suffix

2008-09-12 Thread Matthias Klose
New submission from Matthias Klose [EMAIL PROTECTED]: forwarded from https://launchpad.net/bugs/234798 Bug reporter writes: Python/pythonrun.c's PyRun_SimpleFileExFlags() assumes the filename's extension starts four characters back from the end. But what if the filename is only one character