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:
d938a70
)
ipmr: off by one in __ipmr_fill_mroute()
author
Dan Carpenter
<error27@gmail.com>
Wed, 26 May 2010 07:38:56 +0000
(
00:38
-0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 26 May 2010 07:38:56 +0000
(
00:38
-0700)
This fixes a smatch warning:
net/ipv4/ipmr.c +1917 __ipmr_fill_mroute(12) error: buffer overflow
'(mrt)->vif_table' 32 <= 32
The ipv6 version had the same issue.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found