[PPP]: handle kmalloc failures and convert to using kzalloc
authorPanagiotis Issaris <takis@issaris.org>
Tue, 15 Aug 2006 23:01:07 +0000 (16:01 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 17 Aug 2006 23:29:55 +0000 (16:29 -0700)
commitd4274b51a5c8147b5341e15927368e75b632d297
treefbf4f8b5929bc89acada9b3cbfc588cf1f159e92
parentc0956bd25161bff45304d482cda51ca4b3b572f1
[PPP]: handle kmalloc failures and convert to using kzalloc

The PPP code contains two kmalloc()s followed by memset()s without
handling a possible memory allocation failure.  (Suggested by Joe
Perches).

And furthermore, conversions from kmalloc+memset to kzalloc.

[akpm@osdl.org: fix error-path leak]
[akpm@osdl.org: cleanups]
[paulus@samba.org: don't add useless printk and cardmap_destroy calls]

Signed-off-by: Panagiotis Issaris <takis@issaris.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ppp_generic.c