]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36337: socket.send()/sendall() use Py_ssize_t (GH-12397)
authorStéphane Wirtel <stephane@wirtel.be>
Tue, 19 Mar 2019 01:56:28 +0000 (02:56 +0100)
committerVictor Stinner <vstinner@redhat.com>
Tue, 19 Mar 2019 01:56:28 +0000 (02:56 +0100)
commitf70b884ad70e2ce762842ae469f88bd48fe13998
tree6f19adbfca057a795ab566cbd4b579b0c341b6bc
parent869652b426bb34a30ce7b39f0a0ac242ed5b1016
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.
Misc/NEWS.d/next/Library/2019-03-18-10-08-30.bpo-36337.QhJnXy.rst [new file with mode: 0644]
Modules/socketmodule.c