]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
complain when nbytes > buflen to fix possible buffer overflow (closes #20246)
authorBenjamin Peterson <benjamin@python.org>
Tue, 14 Jan 2014 04:06:14 +0000 (23:06 -0500)
committerBenjamin Peterson <benjamin@python.org>
Tue, 14 Jan 2014 04:06:14 +0000 (23:06 -0500)
commit92acc9fa2a338db3aa929d0ef3221ed7f0726694
tree3484c4e9718f3d9b0e87492456ebe926e30c882f
parent04e9de40f380b2695f955d68f2721d57cecbf858
parent28cf368c1baba3db1f01010e921f63017af74c8f
complain when nbytes > buflen to fix possible buffer overflow (closes #20246)
Lib/test/test_socket.py
Misc/ACKS
Misc/NEWS
Modules/socketmodule.c