diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-03-31 18:56:11 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-03-31 18:56:11 (GMT) |
commit | 65407fb7344d4ecdeecb8733831365c23a713ab6 (patch) | |
tree | a9b6176ba4cbda35577e3b437a3ab2732cefde16 /Misc/NEWS | |
parent | ef9e09e737914c9c5d91cf177df43fdad4be6000 (diff) | |
download | cpython-65407fb7344d4ecdeecb8733831365c23a713ab6.zip cpython-65407fb7344d4ecdeecb8733831365c23a713ab6.tar.gz cpython-65407fb7344d4ecdeecb8733831365c23a713ab6.tar.bz2 |
Backport 54594:
Fix SF #1688393, sock.recvfrom(-24) crashes
Also fix some method names that were copied incorrectly (trunk fixed).
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -134,6 +134,8 @@ Core and builtins Extension Modules ----------------- +- Bug #1688393: Prevent crash in socket.recvfrom if length is negative. + - Bug #1622896: fix a rare corner case where the bz2 module raised an error in spite of a succesful compression. |