This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients Andrey Wagin, benjamin.peterson
Date 2015-08-25.15:22:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440516138.6.0.352928984794.issue24933@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-08-25 15:22:18benjamin.petersonsetrecipients: + benjamin.peterson, Andrey Wagin
2015-08-25 15:22:18benjamin.petersonsetmessageid: <1440516138.6.0.352928984794.issue24933@psf.upfronthosting.co.za>
2015-08-25 15:22:18benjamin.petersonlinkissue24933 messages
2015-08-25 15:22:18benjamin.petersoncreate