diff options
author | 2013-07-22 12:01:58 -0700 | |
---|---|---|
committer | 2013-07-24 16:05:14 -0700 | |
commit | f585a991e1d1612265f0d4e812f77e40dd54975b (patch) | |
tree | 6a1eb3ded2655de5b3cee3107ebae7eedbbd3309 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | mlx5: use after free in mlx5_cmd_comp_handler() (diff) | |
download | linux-dev-f585a991e1d1612265f0d4e812f77e40dd54975b.tar.xz linux-dev-f585a991e1d1612265f0d4e812f77e40dd54975b.zip |
fib_trie: potential out of bounds access in trie_show_stats()
With the <= max condition in the for loop, it will be always go 1
element further than needed. If the condition for the while loop is
never met, then max is MAX_STAT_DEPTH, and for loop will walk off the
end of nodesizes[].
Signed-off-by: Jerry Snitselaar <jerry.snitselaar@oracle.com>
Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions