]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PPPOE]: Missing result check in __pppoe_xmit().
authorFlorin Malita <fmalita@gmail.com>
Mon, 5 Jun 2006 22:34:33 +0000 (15:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Jun 2006 22:34:33 +0000 (15:34 -0700)
commit9bc18091a5e44a368827f539289b99788eb27d4e
tree2fa673fc940f0bdcc04f1d4fbb4bd602f24d947e
parent6569a351da7e58d6f0fbc92fcf0bef5d4a4bc0a4
[PPPOE]: Missing result check in __pppoe_xmit().

skb_clone() may fail, we should check the result.

Coverity CID: 1215.

Signed-off-by: Florin Malita <fmalita@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/pppoe.c