Skip to content

Commit d318715

Browse files
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.
1 parent 0a2ff23 commit d318715

File tree

3 files changed

+74
-65
lines changed

3 files changed

+74
-65
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Fixed compilation of the socket module on NetBSD 8. Fixed assertion failure
2+
or reading arbitrary data when parse a AF_BLUETOOTH address on NetBSD and
3+
DragonFly BSD.

0 commit comments

Comments
 (0)