linux/net/6lowpan
Colin Ian King 9af417610b 6lowpan: iphc: Fix an off-by-one check of array index
The bounds check of id is off-by-one and the comparison should
be >= rather >. Currently the WARN_ON_ONCE check does not stop
the out of range indexing of &ldev->ctx.table[id] so also add
a return path if the bounds are out of range.

Addresses-Coverity: ("Illegal address computation").
Fixes: 5609c185f2 ("6lowpan: iphc: add support for stateful compression")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2021-07-22 16:19:03 +02:00
..
6lowpan_i.h
core.c
debugfs.c 6lowpan: iphc: Fix an off-by-one check of array index 2021-07-22 16:19:03 +02:00
iphc.c
Kconfig
Makefile
ndisc.c
nhc_dest.c
nhc_fragment.c
nhc_ghc_ext_dest.c
nhc_ghc_ext_frag.c
nhc_ghc_ext_hop.c
nhc_ghc_ext_route.c
nhc_ghc_icmpv6.c
nhc_ghc_udp.c
nhc_hop.c
nhc_ipv6.c
nhc_mobility.c
nhc_routing.c
nhc_udp.c
nhc.c
nhc.h