[New-bugs-announce] [issue36337] Use socket.sendall()/send() send data larger than 2GB will be truncated and return None, without exception raised.

kmiku7 report at bugs.python.org
Mon Mar 18 03:12:24 EDT 2019


New submission from kmiku7 <kakoimiku at gmail.com>:

In file Modules/socketmodule.c, sock_send/sock_sendall use int to keep array length need be sent and has sent.

----------
components: Library (Lib)
messages: 338166
nosy: kmiku7
priority: normal
severity: normal
status: open
title: Use socket.sendall()/send() send data larger than 2GB will be truncated and return None, without exception raised.
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36337>
_______________________________________


More information about the New-bugs-announce mailing list