bpo-36337: socket.send()/sendall() use Py_ssize_t (GH-12397)
Fix buffer overflow in send() and sendall() methods of socket.socket for data larger than 2 GiB.
Showing
Please register or sign in to comment
Fix buffer overflow in send() and sendall() methods of socket.socket for data larger than 2 GiB.