From: Eric Dumazet Date: Sat, 24 Oct 2009 13:55:20 +0000 (-0700) Subject: pktgen: Dont leak kernel memory X-Git-Tag: v2.6.32-rc6~32^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66ed1e5ec1d979e572554643063734a7664261bb;p=pandora-kernel.git pktgen: Dont leak kernel memory While playing with pktgen, I realized IP ID was not filled and a random value was taken, possibly leaking 2 bytes of kernel memory. We can use an increasing ID, this can help diagnostics anyway. Also clear packet payload, instead of leaking kernel memory. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed