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 gvanrossum
Recipients
Date 2000-09-19.01:30:49
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Marshal is not very careful in validating its input -- it was written for speedy reading of .pyc files only. I agree that this should be fixed. Since a spurious '0' input character probably isn't the only bad input that it might choke on (it could even dump core!) I'm not going to fix this, but I'll add a feature request to PEP 42: better checking for bad input to marshal.load*().
History
Date User Action Args
2007-08-23 13:50:37adminlinkissue214754 messages
2007-08-23 13:50:37admincreate