[NET]: Do not memcmp() over pad bytes of struct flowi.
authorDavid S. Miller <davem@sunset.davemloft.net>
Thu, 12 Oct 2006 07:49:15 +0000 (00:49 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 12 Oct 2006 07:49:15 +0000 (00:49 -0700)
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 <davem@davemloft.net>

No differences found