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 christian.heimes
Recipients christian.heimes
Date 2012-09-10.00:08:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347235718.45.0.529510656833.issue15897@psf.upfronthosting.co.za>
In-reply-to
Content
The code im zipimport.c doesn't check the return value of fseek() in at least four places. The missing checks may hide issues with the file or file system.

Solution:
Check for -1 and return with an appropriate call to PyErr_SetFromErrno()
History
Date User Action Args
2012-09-10 00:08:38christian.heimessetrecipients: + christian.heimes
2012-09-10 00:08:38christian.heimessetmessageid: <1347235718.45.0.529510656833.issue15897@psf.upfronthosting.co.za>
2012-09-10 00:08:37christian.heimeslinkissue15897 messages
2012-09-10 00:08:37christian.heimescreate