]> granicus.if.org Git - python/commit
bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (#4235)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 9 Nov 2017 16:00:38 +0000 (18:00 +0200)
committerGitHub <noreply@github.com>
Thu, 9 Nov 2017 16:00:38 +0000 (18:00 +0200)
commitd3187158c09cf899e9849f335bdff10594209167
tree0663f87effd4b2aae80fcd0421a74a5f071985db
parent0a2ff23fe6efb1653d655ac19d0a4e1629fd8d95
bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (#4235)

* Fix compilation of the socket module on NetBSD 8.
* Fix the assertion failure or reading arbitrary data when parse
  a AF_BLUETOOTH address on NetBSD and DragonFly BSD.
* Fix other potential errors and make the code more reliable.
Misc/NEWS.d/next/Library/2017-11-02-18-26-40.bpo-31927.40K6kp.rst [new file with mode: 0644]
Modules/socketmodule.c
Modules/socketmodule.h