Re: Removal of netns - politically correct version

2003-03-04 Thread Mike Barcroft
Terry Lambert <[EMAIL PROTECTED]> writes: > Mike Barcroft wrote: > > Terry Lambert <[EMAIL PROTECTED]> writes: > > > Tim Robbins wrote: > > > > Is there a compelling reason why I shouldn't remove netns? That is, does > > > > it serve a

Re: Removal of netns

2003-03-04 Thread Mike Barcroft
/conf/GENERIC to the attic while > you are at it. It can serve it's purpose from there, too. This comment is not helpful. Best regards, Mike Barcroft To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Final Patch for Review (was Re: [CFR] whois(1) out-of-bound access patch)

2001-10-07 Thread Mike Barcroft
Todd C. Miller <[EMAIL PROTECTED]> writes: > In message <[EMAIL PROTECTED]> > so spake Mike Barcroft (mike): > > > Would you please test the attached patch and confirm that it solves > > the problem? If it does, I'll commit it today. > > I dou

Re: [CFR] whois(1) out-of-bound access patch

2001-10-07 Thread Mike Barcroft
Andrey A. Chernov <[EMAIL PROTECTED]> writes: > On Thu, Oct 04, 2001 at 12:16:40 +0300, Peter Pentchev wrote: > > + if ((len == 0) || !isspace(buf[len - 1])) { > > Must be isspace((unsigned char)) Why and where can I find documentation about this? Best regar

Re: [CFR] whois(1) out-of-bound access patch

2001-10-04 Thread Mike Barcroft
Todd C. Miller <[EMAIL PROTECTED]> writes: > In message <[EMAIL PROTECTED]> > so spake Mike Barcroft (mike): > > > Would you please test the attached patch and confirm that it solves > > the problem? If it does, I'll commit it today. > > I dou

Re: [CFR] whois(1) out-of-bound access patch

2001-10-04 Thread Mike Barcroft
d patch and confirm that it solves the problem? If it does, I'll commit it today. Best regards, Mike Barcroft whois.20011004.diff A whois server may return a final line without a new line character. PR: 30968 Index: whois.c ===