summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2013-05-24 13:47:37 +0200
committerRonald Oussoren <ronaldoussoren@mac.com>2013-05-24 13:47:37 +0200
commit27a4ac535f112b87d91f433eb9edcd0ae9988354 (patch)
tree6a2ae9b31323e7134f237af7e2209bc880d74fec /Misc
parent05ec6aca3a73772f16128628e8c3786b3e0cc4e6 (diff)
downloadcpython-git-27a4ac535f112b87d91f433eb9edcd0ae9988354.tar.gz
Issue #17269: Workaround for a platform bug in getaddrinfo on OSX
Without this patch socket.getaddrinfo crashed when called with some unusual argument combinations.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a4e7101e01..125b153ee7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,9 @@ Library
- Issue #17968: Fix memory leak in os.listxattr().
+- Issue #17269: Workaround for socket.getaddrinfo crash on MacOS X
+ with port None or "0" and flags AI_NUMERICSERV.
+
IDLE
----