memset bugs.

2007-08-14 Thread Dave Jones
A grep I crafted to pick up on some common bugs happened upon a copy of the FreeBSD CVS tree that I happened to have handy and found the bugs below where the 2nd & 3rd arguments to memset calls have been swapped. I'm unfamiliar with how patch submission works in FreeBSD, but hopefully someone can

Re: memset bugs.

2007-08-14 Thread Dag-Erling Smørgrav
Dave Jones <[EMAIL PROTECTED]> writes: > A grep I crafted to pick up on some common bugs happened upon > a copy of the FreeBSD CVS tree that I happened to have handy > and found the bugs below where the 2nd & 3rd arguments to > memset calls have been swapped. > [...] > --- src/sys/netinet/sctp_outp

Re: memset bugs.

2007-08-14 Thread Randall Stewart
Thanks for the pointer... Julian and Sam also sent this to me on the SCTP side. The local CVS repository on lakerest.net now has this fix in it.. and others... I have added this to the queue to go in to patchset 15.. (I am still waiting on re for patchset 14). R Dag-Erling Smørgrav wrote: Da

Re: memset bugs.

2007-08-14 Thread Mark Linimon
On Tue, Aug 14, 2007 at 03:49:50PM -0400, Dave Jones wrote: > I'm unfamiliar with how patch submission works in FreeBSD, > but hopefully someone can eyeball this for correctness > and get it committed, or forward it on to the right people. The way to make sure your patch doesn't just get lost in t