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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2013-04-29.21:29:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367270952.48.0.351702678796.issue17872@psf.upfronthosting.co.za>
In-reply-to
Content
There is a buffer overflow in marshal.load() when len(read(n)) > n.

Here is a sample.
History
Date User Action Args
2013-04-29 21:29:12serhiy.storchakasetrecipients: + serhiy.storchaka
2013-04-29 21:29:12serhiy.storchakasetmessageid: <1367270952.48.0.351702678796.issue17872@psf.upfronthosting.co.za>
2013-04-29 21:29:12serhiy.storchakalinkissue17872 messages
2013-04-29 21:29:12serhiy.storchakacreate