Files
linux/drivers/net/wireless/ath/ath5k
Dan Carpenter f6e2ffbe4e wifi: ath5k: fix an off by one check in ath5k_eeprom_read_freq_list()
[ Upstream commit 4c856ee12d ]

This loop checks that i < max at the start of loop but then it does
i++ which could put it past the end of the array.  It's harmless to
check again and prevent a potential out of bounds.

Fixes: 1048643ea9 ("ath5k: Clean up eeprom parsing and add missing calibration data")
Signed-off-by: Dan Carpenter <error27@gmail.com>
Reviewed-by: Luis Chamberlain <mcgrof@kernel.org>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/Y+D9hPQrHfWBJhXz@kili
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-05-11 23:17:11 +09:00
..
2022-01-17 14:38:27 +02:00
2021-09-24 14:08:10 +03:00
2021-09-24 14:08:10 +03:00
2021-07-02 14:39:59 +03:00
2020-08-17 13:19:33 +03:00