diff options
author | Alexander Duyck <alexander.h.duyck@intel.com> | 2016-11-04 15:11:57 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-11-07 20:40:27 -0500 |
commit | fd0285a39b1cb496f60210a9a00ad33a815603e7 (patch) | |
tree | 0b582b0ceb46c22d87e853b2357b88d9aee634e3 /net/ipv4/tcp.c | |
parent | 8e0140a2d7c9f55b794a5fce22e05350a435b965 (diff) | |
download | linux-fd0285a39b1cb496f60210a9a00ad33a815603e7.tar.bz2 |
fib_trie: Correct /proc/net/route off by one error
The display of /proc/net/route has had a couple issues due to the fact that
when I originally rewrote most of fib_trie I made it so that the iterator
was tracking the next value to use instead of the current.
In addition it had an off by 1 error where I was tracking the first piece
of data as position 0, even though in reality that belonged to the
SEQ_START_TOKEN.
This patch updates the code so the iterator tracks the last reported
position and key instead of the next expected position and key. In
addition it shifts things so that all of the leaves start at 1 instead of
trying to report leaves starting with offset 0 as being valid. With these
two issues addressed this should resolve any off by one errors that were
present in the display of /proc/net/route.
Fixes: 25b97c016b26 ("ipv4: off-by-one in continuation handling in /proc/net/route")
Cc: Andy Whitcroft <apw@canonical.com>
Reported-by: Jason Baron <jbaron@akamai.com>
Tested-by: Jason Baron <jbaron@akamai.com>
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp.c')
0 files changed, 0 insertions, 0 deletions