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 pitrou, serhiy.storchaka, swanson
Date 2014-09-04.11:57:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409831830.2.0.808266878058.issue22335@psf.upfronthosting.co.za>
In-reply-to
Content
Looks as integer overflow introduced in issue19087.

+    if (size + logical_offset + 1 < alloc) {
History
Date User Action Args
2014-09-04 11:57:10serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, swanson
2014-09-04 11:57:10serhiy.storchakasetmessageid: <1409831830.2.0.808266878058.issue22335@psf.upfronthosting.co.za>
2014-09-04 11:57:10serhiy.storchakalinkissue22335 messages
2014-09-04 11:57:10serhiy.storchakacreate