This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Mathew.Martineau
Recipients Mathew.Martineau
Date 2010-02-02.00:13:31
SpamBayes Score 1.9051497e-05
Marked as misclassified No
Message-id <1265069614.13.0.295096684445.issue7834@psf.upfronthosting.co.za>
In-reply-to
Content
The sockaddr_l2 struct used with connect() has changed in recent versions of the Linux kernel.  There is a new l2_cid member.

connect() only works with L2CAP sockets if l2_cid is set to 0.

Suggest initializing the whole sockaddr_l2 struct to 0 in getsockaddrarg() (socketmodule.c).
History
Date User Action Args
2010-02-02 00:13:34Mathew.Martineausetrecipients: + Mathew.Martineau
2010-02-02 00:13:34Mathew.Martineausetmessageid: <1265069614.13.0.295096684445.issue7834@psf.upfronthosting.co.za>
2010-02-02 00:13:32Mathew.Martineaulinkissue7834 messages
2010-02-02 00:13:31Mathew.Martineaucreate