Re: [RFC][PATCH] kmalloc + memset(foo, 0, bar) = kmalloc0

From: Alan Cox
Date: Thu Sep 11 2003 - 17:14:53 EST


On Iau, 2003-09-11 at 22:58, J.A. Magallon wrote:
> On 09.11, Jamie Lokier wrote:
> > viro@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx wrote:
> > > Bad choice of name - too easy to confuse with kmalloc().
> >
> > kmalloc_and_zero() would be much clearer.
> >
>
> Why not kcalloc() ?

A kcalloc that also checked for maths overflows would probably
help avoid various errors and checks against ~0/sizeof(n) in
drivers we have now

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/