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:
1612e11
)
net_sched: qdisc_get_rtab() must check data[] array
author
Eric Dumazet
<edumazet@google.com>
Sun, 2 Jun 2013 11:15:55 +0000
(11:15 +0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 7 Jun 2013 22:24:04 +0000
(15:24 -0700)
qdisc_get_rtab() should check not only the keys in struct tc_ratespec,
but also the full data[] array.
"tc ... linklayer atm " only perturbs values in the 256 slots array.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found