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 pkt
Recipients Arfrever, christian.heimes, pkt, serhiy.storchaka
Date 2016-09-26.13:40:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474897222.73.0.478698837193.issue24098@psf.upfronthosting.co.za>
In-reply-to
Content
Fix by replacing static 'len' in loops with a macro, so that mutations of   size of the containter do not casue OOB reads.
History
Date User Action Args
2016-09-26 13:40:22pktsetrecipients: + pkt, christian.heimes, Arfrever, serhiy.storchaka
2016-09-26 13:40:22pktsetmessageid: <1474897222.73.0.478698837193.issue24098@psf.upfronthosting.co.za>
2016-09-26 13:40:22pktlinkissue24098 messages
2016-09-26 13:40:22pktcreate