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, pkt, python-dev, serhiy.storchaka, vstinner
Date 2015-03-02.16:58:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425315508.1.0.719346148534.issue23367@psf.upfronthosting.co.za>
In-reply-to
Content
Actually integer overflow in the line

    space = (isize > 10 ? 10 : isize) + isize;

is not possible.

Integer overflows in PyMem_Malloc were fixed in issue23446.
History
Date User Action Args
2015-03-02 16:58:28serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, Arfrever, python-dev, pkt
2015-03-02 16:58:28serhiy.storchakasetmessageid: <1425315508.1.0.719346148534.issue23367@psf.upfronthosting.co.za>
2015-03-02 16:58:28serhiy.storchakalinkissue23367 messages
2015-03-02 16:58:28serhiy.storchakacreate