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, loewis, pitrou, vstinner
Date 2010-09-05.19:47:55
SpamBayes Score 0.00022837918
Marked as misclassified No
Message-id <20100905194751.GA2928@dbwatson.ukfsn.org>
In-reply-to <1283633298.45.0.00628307713651.issue8372@psf.upfronthosting.co.za>
Content
> > baikie: why did the test pass for you?
> 
> The test passes (I assume) if linux-pass-unterminated.diff is applied. The latter patch is only meant to exhibit the issue, though, not to be checked in.

No, I meant for linux-pass-unterminated.diff to be checked in so
that applications could always send datagrams back to the address
they got them from, even when it was 108 bytes long.  As it is
run only on Linux, testMaxPathLen does not leave space for a null
terminator because Linux just ignores it (that is what makes it
possible to bind to a 108-byte address and thus trigger the bug).
History
Date User Action Args
2010-09-05 19:47:58baikiesetrecipients: + baikie, loewis, pitrou, vstinner
2010-09-05 19:47:56baikielinkissue8372 messages
2010-09-05 19:47:55baikiecreate