[issue18564] Integer overflow in socketmodule

Michele Orrù report at bugs.python.org
Sat May 3 19:15:36 CEST 2014


Michele Orrù added the comment:

Interestingly, <bluetooth/bluetooth.h> implements a function for parsing bluetooth addresses, but it's completely broken.
<https://git.kernel.org/cgit/bluetooth/bluez.git/tree/lib/bluetooth.c#n83> 
It would be much much more elegant to use str2ba() in our source code though.

I am thinking about patching it there and then open another ticket here in order to adopt str2ba(). This way we can close this ticket for now.
Does this sound reasonable to you, Antoine?

----------

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


More information about the Python-bugs-list mailing list