diff options
author | 2019-06-07 18:31:07 +0300 | |
---|---|---|
committer | 2019-06-09 13:37:25 -0700 | |
commit | 5270041d342de6f1e6a3b6634c1ceaa67d1f87ea (patch) | |
tree | e822fa9d52aa7e6251996af9974b0b20f3b106da /net/core/skbuff.c | |
parent | Merge branch 'bonding-clean-up-and-standarize-logging-printks' (diff) | |
download | wireguard-linux-5270041d342de6f1e6a3b6634c1ceaa67d1f87ea.tar.xz wireguard-linux-5270041d342de6f1e6a3b6634c1ceaa67d1f87ea.zip |
nexthop: off by one in nexthop_mpath_select()
The nhg->nh_entries[] array is allocated in nexthop_grp_alloc() and it
has nhg->num_nh elements so this check should be >= instead of >.
Fixes: 430a049190de ("nexthop: Add support for nexthop groups")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/skbuff.c')
0 files changed, 0 insertions, 0 deletions