summaryrefslogtreecommitdiff
path: root/net/bridge
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2013-08-05 18:18:49 (GMT)
committerDavid S. Miller <davem@davemloft.net>2013-08-05 22:26:11 (GMT)
commitaab515d7c32a34300312416c50314e755ea6f765 (patch)
tree74e52aee3e58a487d4cdb409c18cd421ea9d91ce /net/bridge
parent3b380877d58604686c2526c19154d656c25d2953 (diff)
downloadlinux-fsl-qoriq-aab515d7c32a34300312416c50314e755ea6f765.tar.xz
fib_trie: remove potential out of bound access
AddressSanitizer [1] dynamic checker pointed a potential out of bound access in leaf_walk_rcu() We could allocate one more slot in tnode_new() to leave the prefetch() in-place but it looks not worth the pain. Bug added in commit 82cfbb008572b ("[IPV4] fib_trie: iterator recode") [1] : https://code.google.com/p/address-sanitizer/wiki/AddressSanitizerForKernel Reported-by: Andrey Konovalov <andreyknvl@google.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Dmitry Vyukov <dvyukov@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge')
0 files changed, 0 insertions, 0 deletions