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:
b22b900
)
[IPV4] fib_trie: missing ntohl() when calling fib_semantic_match()
author
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 19 Sep 2006 20:42:46 +0000
(13:42 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 19 Sep 2006 20:42:46 +0000
(13:42 -0700)
fib_trie.c::check_leaf() passes host-endian where fib_semantic_match()
expects (and stores into) net-endian.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found