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 Arfrever, ezio.melotti, jwilk, pitrou, serhiy.storchaka, swanson, vstinner
Date 2014-11-02.15:59:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414943956.07.0.54729847217.issue22335@psf.upfronthosting.co.za>
In-reply-to
Content
"logical_offset + 1" can't overflow because logical_offset is an offset in allocated array not counting final null byte.
History
Date User Action Args
2014-11-02 15:59:16serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, jwilk, ezio.melotti, Arfrever, swanson
2014-11-02 15:59:16serhiy.storchakasetmessageid: <1414943956.07.0.54729847217.issue22335@psf.upfronthosting.co.za>
2014-11-02 15:59:16serhiy.storchakalinkissue22335 messages
2014-11-02 15:59:15serhiy.storchakacreate