commit | 8238b218ec883adb44d710960a031c76105274cd | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Thu Oct 12 00:49:15 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Oct 12 00:49:15 2006 -0700 |
tree | 09880b229d0090298f30bf0168a4702bbc0e918a | |
parent | 42b6785eeb40fe3e9dab9981b6e3231a77c7c2f6 [diff] |
[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 <davem@davemloft.net>