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 baikie
Recipients baikie, brett.cannon, christian.heimes, ncoghlan, neologix, pitrou, python-dev
Date 2013-12-05.17:22:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386264166.19.0.0732872756986.issue12837@psf.upfronthosting.co.za>
In-reply-to
Content
Looking again at cmsg_min_space(), I see that it already returns
false when msg_controllen is less than cmsg_len_end, so you could
do a (signed) comparison against that, rather than 0.  Patch
attached.
History
Date User Action Args
2013-12-05 17:22:46baikiesetrecipients: + baikie, brett.cannon, ncoghlan, pitrou, christian.heimes, neologix, python-dev
2013-12-05 17:22:46baikiesetmessageid: <1386264166.19.0.0732872756986.issue12837@psf.upfronthosting.co.za>
2013-12-05 17:22:46baikielinkissue12837 messages
2013-12-05 17:22:46baikiecreate