[issue20937] test_socket: buffer overflow in sock_recvmsg_guts

Charles-François Natali report at bugs.python.org
Sat Mar 22 21:33:21 CET 2014


Charles-François Natali added the comment:

I don't see anything wrong with the code.

Could you try running the test under valgrind.
You must build Python with --with-valgrind, and then:
valgrind --tool=memcheck --suppressions=Misc/valgrind-python.supp <test>

----------

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


More information about the Python-bugs-list mailing list