hte: tegra-194: Fix off by one in tegra_hte_map_to_line_id()
authorDan Carpenter <dan.carpenter@linaro.org>
Wed, 19 Apr 2023 14:30:00 +0000 (17:30 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 May 2023 14:03:38 +0000 (23:03 +0900)
commitfed87ce073c7b9f4f255105f90bd930df06d18a7
tree659accd3cccd7bd7076512bcc3067d8ba901d063
parenta51e150ef99890e73194a7b8faaf1a26fbee3782
hte: tegra-194: Fix off by one in tegra_hte_map_to_line_id()

[ Upstream commit e078180d66848a6a890daf0a3ce28dc43cc66790 ]

The "map_sz" is the number of elements in the "m" array so the >
comparison needs to be changed to >= to prevent an out of bounds
read.

Fixes: 09574cca6ad6 ("hte: Add Tegra194 HTE kernel provider")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Acked-by: Dipen Patel <dipenp@nvidia.com>
Signed-off-by: Dipen Patel <dipenp@nvidia.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/hte/hte-tegra194.c