summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c8fbedf..c5cf068 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -102,6 +102,9 @@ Library
stdout and stderr fds rather than leaving them open until the
instance is destroyed.
+- Issue #2632: Prevent socket.read(bignumber) from over allocating memory
+ in the common case when the data is returned from the underlying socket
+ in increments much smaller than bignumber.
Extension Modules
-----------------