diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-06-24 21:47:41 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-06-24 21:47:41 (GMT) |
commit | 9a644b23cc5ab83fc56ea18dceb4c3b34e653f73 (patch) | |
tree | 8ac095fa8b221b16a8641b5133cffbdb10919b38 /Python/fileutils.c | |
parent | 7b2513589f0456ce02ee0dda51da6baa281b3f59 (diff) | |
download | cpython-9a644b23cc5ab83fc56ea18dceb4c3b34e653f73.zip cpython-9a644b23cc5ab83fc56ea18dceb4c3b34e653f73.tar.gz cpython-9a644b23cc5ab83fc56ea18dceb4c3b34e653f73.tar.bz2 |
Issue #9566: recv(), recvfrom(), send(), sendall() and sendto() methods
of socket.socket objects now truncate the input buffer to INT_MAX bytes on
Windows to avoid an integer overflow.
(sendall() still send the whole buffer.)
Diffstat (limited to 'Python/fileutils.c')
0 files changed, 0 insertions, 0 deletions