commit | 28cf368c1baba3db1f01010e921f63017af74c8f | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Jan 13 22:59:38 2014 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Jan 13 22:59:38 2014 -0500 |
tree | 3aa9a09401c90a5be07b28da328d7f5d61c5c5d4 | |
parent | aec3065b997e13df7ddaebc39d5be69028535bf8 [diff] [blame] |
complain when nbytes > buflen to fix possible buffer overflow (closes #20246)
diff --git a/Misc/NEWS b/Misc/NEWS index 6eee65c..17e61fd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -35,6 +35,8 @@ Library ------- +- Issue #20246: Fix buffer overflow in socket.recvfrom_into. + - Issue #19082: Working SimpleXMLRPCServer and xmlrpclib examples, both in modules and documentation.