commit | d3187158c09cf899e9849f335bdff10594209167 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Nov 09 18:00:38 2017 +0200 |
committer | GitHub <noreply@github.com> | Thu Nov 09 18:00:38 2017 +0200 |
tree | 0663f87effd4b2aae80fcd0421a74a5f071985db | |
parent | 0a2ff23fe6efb1653d655ac19d0a4e1629fd8d95 [diff] |
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.