diff options
author | Guido van Rossum <guido@python.org> | 2007-01-14 17:03:32 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-01-14 17:03:32 (GMT) |
commit | bb2cc698c1dd69ad57450bb48d64f2b8aaae7bb7 (patch) | |
tree | 7a5adf061a1281e0bc2add6ac069a779274a6d26 /Misc | |
parent | 8ef1cf30b7a3427c42fe803547c6f7f33187783f (diff) | |
download | cpython-bb2cc698c1dd69ad57450bb48d64f2b8aaae7bb7.zip cpython-bb2cc698c1dd69ad57450bb48d64f2b8aaae7bb7.tar.gz cpython-bb2cc698c1dd69ad57450bb48d64f2b8aaae7bb7.tar.bz2 |
Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept or
return negative numbers, per the underlying C implementation.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -521,6 +521,7 @@ Armin Rigo Nicholas Riley Jean-Claude Rimbault Anthony Roach +Mark Roberts Andy Robinson Jim Robinson Kevin Rodgers @@ -301,6 +301,9 @@ Library Extension Modules ----------------- +- Patch #1635058: ensure that htonl and friends never accept or + return negative numbers, per the underlying C implementation. + - Patch #1544279: Improve thread-safety of the socket module by moving the sock_addr_t storage out of the socket object. |