From: David S. Miller Date: Thu, 12 Oct 2006 07:49:15 +0000 (-0700) Subject: [NET]: Do not memcmp() over pad bytes of struct flowi. X-Git-Tag: v2.6.19-rc2~17^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8238b218ec883adb44d710960a031c76105274cd;p=pandora-kernel.git [NET]: Do not memcmp() over pad bytes of struct flowi. They are not necessarily initialized to zero by the compiler, for example when using run-time initializers of automatic on-stack variables. Noticed by Eric Dumazet and Patrick McHardy. Signed-off-by: David S. Miller --- Reading git-diff-tree failed