git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42b6785
)
[NET]: Do not memcmp() over pad bytes of struct flowi.
author
David S. Miller
<davem@sunset.davemloft.net>
Thu, 12 Oct 2006 07:49:15 +0000
(
00:49
-0700)
committer
David 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