[issue24933] socket.recv(size, MSG_TRUNC) returns more than size bytes

Benjamin Peterson report at bugs.python.org
Tue Aug 25 17:22:18 CEST 2015


Benjamin Peterson added the comment:

Evidently, the recv code doesn't know anything about MSG_TRUNC, which causes it to do incorrect things when the output length is greater than the buffer length.

----------
nosy: +benjamin.peterson

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24933>
_______________________________________


More information about the Python-bugs-list mailing list