]> granicus.if.org Git - python/commit
complain when nbytes > buflen to fix possible buffer overflow (closes #20246)
authorBenjamin Peterson <benjamin@python.org>
Tue, 14 Jan 2014 03:59:38 +0000 (22:59 -0500)
committerBenjamin Peterson <benjamin@python.org>
Tue, 14 Jan 2014 03:59:38 +0000 (22:59 -0500)
commit28cf368c1baba3db1f01010e921f63017af74c8f
tree3aa9a09401c90a5be07b28da328d7f5d61c5c5d4
parentaec3065b997e13df7ddaebc39d5be69028535bf8
complain when nbytes > buflen to fix possible buffer overflow (closes #20246)
Lib/test/test_socket.py
Misc/ACKS
Misc/NEWS
Modules/socketmodule.c