[New-bugs-announce] [issue4772] undesired switch fall-through in socketmodule.c

dontbugme report at bugs.python.org
Mon Dec 29 21:36:13 CET 2008


New submission from dontbugme <pythonbugsbugmenot at spamavert.com>:

makesockaddr() in socketmodule.c will fall through from AF_BLUETOOTH to
AF_PACKET if none of Bluetooth protocols match. That's not a very
appropriate thing to do.

----------
messages: 78483
nosy: dontbugme
severity: normal
status: open
title: undesired switch fall-through in socketmodule.c

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4772>
_______________________________________


More information about the New-bugs-announce mailing list