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 xiang.zhang
Recipients larry, madness, xiang.zhang
Date 2016-06-06.09:58:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465207088.53.0.711894940591.issue27235@psf.upfronthosting.co.za>
In-reply-to
Content
I am confused why this could happen. On x86 platform, you can not even create a string of size 0xffffffff. On x64 platform, I don't think strlen(s) + 3 can lead to overflow where s is of size Py_ssize_t.
History
Date User Action Args
2016-06-06 09:58:08xiang.zhangsetrecipients: + xiang.zhang, larry, madness
2016-06-06 09:58:08xiang.zhangsetmessageid: <1465207088.53.0.711894940591.issue27235@psf.upfronthosting.co.za>
2016-06-06 09:58:08xiang.zhanglinkissue27235 messages
2016-06-06 09:58:08xiang.zhangcreate