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 vstinner
Recipients amaury.forgeotdarc, brian.curtin, janglin, loewis, pitrou, schmir, vstinner
Date 2011-01-11.00:53:57
SpamBayes Score 0.00127074
Marked as misclassified No
Message-id <1294707239.12.0.420245679873.issue9566@psf.upfronthosting.co.za>
In-reply-to
Content
ssl_write.patch: always clamp SSL_Write() size to INT_MAX. This patch fixes also an overflow if Py_ssize_t is 32 bits (if the size is bigger than INT_MAX).
History
Date User Action Args
2011-01-11 00:53:59vstinnersetrecipients: + vstinner, loewis, amaury.forgeotdarc, pitrou, schmir, brian.curtin, janglin
2011-01-11 00:53:59vstinnersetmessageid: <1294707239.12.0.420245679873.issue9566@psf.upfronthosting.co.za>
2011-01-11 00:53:57vstinnerlinkissue9566 messages
2011-01-11 00:53:57vstinnercreate