[PATCH] aoe [1/8]: zero packet data after skb allocation
authorEd L. Cashin <ecashin@coraid.com>
Thu, 19 Jan 2006 17:37:24 +0000 (12:37 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 24 Mar 2006 06:01:55 +0000 (22:01 -0800)
Zero the data in new socket buffers to prevent leaking information.

Signed-off-by: "Ed L. Cashin" <ecashin@coraid.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/block/aoe/aoecmd.c

index 326ca38..4ab01ce 100644 (file)
@@ -28,6 +28,7 @@ new_skb(struct net_device *if_dev, ulong len)
                skb->protocol = __constant_htons(ETH_P_AOE);
                skb->priority = 0;
                skb_put(skb, len);
+               memset(skb->head, 0, len);
                skb->next = skb->prev = NULL;
 
                /* tell the network layer not to perform IP checksums