STINNER Victor <victor.stin...@haypocalc.com> added the comment:

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).

----------
Added file: http://bugs.python.org/file20347/ssl_write.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9566>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to