Dave Jones wrote: > On Tue, Nov 21, 2006 at 07:44:45PM -0800, Linus Torvalds wrote: > > > > memset(buf, 0, SIZE); > > > > I'm just checking that you're paying attention. > > > > There's a reason sparse warns about the third parameter of a memset() > > being zero ;) > > Heh, it's amazing how commonplace that mistake is. > Come back bzero, all is forgiven.. It's interesting to do the following on google codesearch lang:^(c|c\+\+)$ memset\ *\(.*,\ *0\ *\); http://tinyurl.com/y47qu4 lang:^(c|c\+\+)$ \sif\([^)]*\); http://tinyurl.com/y4mdbl It would be interesting to build up a suite of these regular expressions. Pádraig. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: Simple script that locks up my box with recent kernels
- From: Dave Jones <[email protected]>
- Re: Simple script that locks up my box with recent kernels
- References:
- Re: Simple script that locks up my box with recent kernels
- From: Linus Torvalds <[email protected]>
- Re: Simple script that locks up my box with recent kernels
- From: "Jesper Juhl" <[email protected]>
- Re: Simple script that locks up my box with recent kernels
- From: "Jesper Juhl" <[email protected]>
- Re: Simple script that locks up my box with recent kernels
- From: Linus Torvalds <[email protected]>
- Re: Simple script that locks up my box with recent kernels
- From: "Jesper Juhl" <[email protected]>
- Re: Simple script that locks up my box with recent kernels
- From: "Jesper Juhl" <[email protected]>
- Re: Simple script that locks up my box with recent kernels
- From: "Jesper Juhl" <[email protected]>
- Re: Simple script that locks up my box with recent kernels
- From: Linus Torvalds <[email protected]>
- Re: Simple script that locks up my box with recent kernels
- From: Dave Jones <[email protected]>
- Re: Simple script that locks up my box with recent kernels
- From: Linus Torvalds <[email protected]>
- Re: Simple script that locks up my box with recent kernels
- From: Dave Jones <[email protected]>
- Re: Simple script that locks up my box with recent kernels
- Prev by Date: Re: 2.6.19-rc5: known regressions (v3)
- Next by Date: Re: [take24 0/6] kevent: Generic event handling mechanism.
- Previous by thread: Re: Simple script that locks up my box with recent kernels
- Next by thread: Re: Simple script that locks up my box with recent kernels
- Index(es):