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 hagen
Recipients hagen
Date 2008-11-11.15:07:50
SpamBayes Score 3.5530942e-05
Marked as misclassified No
Message-id <1226416071.17.0.696466187419.issue4298@psf.upfronthosting.co.za>
In-reply-to
Content
On a 64-bit build pickle.loads segfaults on the following bytes. (Same
for pickle.load on a corresponding file.) On a 32-bit build there is
only a MemoryError.

Python 3.0rc2 (r30rc2:67114, Nov 10 2008, 12:09:54)
[GCC 4.1.2 20070925 (Red Hat 4.1.2-27)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pickle
>>> pickle.loads(bytes([0x58, 0, 0, 0, 0x54]))
Segmentation fault
History
Date User Action Args
2008-11-11 15:07:51hagensetrecipients: + hagen
2008-11-11 15:07:51hagensetmessageid: <1226416071.17.0.696466187419.issue4298@psf.upfronthosting.co.za>
2008-11-11 15:07:50hagenlinkissue4298 messages
2008-11-11 15:07:50hagencreate