Re: [PATCH] net: Conversions from kmalloc+memset to k(z|c)alloc.

From: David Miller
Date: Wed Jul 19 2006 - 00:09:54 EST


From: takis@xxxxxxxxxxxxxxxxxxx (Panagiotis Issaris)
Date: Wed, 19 Jul 2006 03:03:43 +0200

> From: Panagiotis Issaris <takis@xxxxxxxxxxx>
>
> net: Conversions from kmalloc+memset to kzalloc.
>
> Signed-off-by: Panagiotis Issaris <takis@xxxxxxxxxxx>

Applied, thanks a lot.

One of the ieee80211 cases is even a bug fix because it
was memset()'ing without checking if kmalloc() returned
NULL.
-
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/