[issue20246] buffer overflow in socket.recvfrom_into

Ryan Smith-Roberts report at bugs.python.org
Mon Jan 20 21:46:56 CET 2014


Ryan Smith-Roberts added the comment:

The send part of the test doesn't matter, since what's being tested happens before any reads. The MSG multiplier should be removed completely, since none of the other tests do that.

Patch attached.

----------
Added file: http://bugs.python.org/file33573/recvfrom_into_small_buffer_test.patch

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


More information about the Python-bugs-list mailing list