[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20200126155206.5337DC4479C@smtp.codeaurora.org>
Date: Sun, 26 Jan 2020 15:52:06 +0000 (UTC)
From: Kalle Valo <kvalo@...eaurora.org>
To: Colin King <colin.king@...onical.com>
Cc: Stanislaw Gruszka <stf_xl@...pl>,
"David S . Miller" <davem@...emloft.net>,
Meenakshi Venkataraman <meenakshi.venkataraman@...el.com>,
Wey-Yi Guy <wey-yi.w.guy@...el.com>,
Johannes Berg <johannes.berg@...el.com>,
linux-wireless@...r.kernel.org, netdev@...r.kernel.org,
kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] iwlegacy: ensure loop counter addr does not wrap
and cause an infinite loop
Colin King <colin.king@...onical.com> wrote:
> From: Colin Ian King <colin.king@...onical.com>
>
> The loop counter addr is a u16 where as the upper limit of the loop
> is an int. In the unlikely event that the il->cfg->eeprom_size is
> greater than 64K then we end up with an infinite loop since addr will
> wrap around an never reach upper loop limit. Fix this by making addr
> an int.
>
> Addresses-Coverity: ("Infinite loop")
> Fixes: be663ab67077 ("iwlwifi: split the drivers for agn and legacy devices 3945/4965")
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> Acked-by: Stanislaw Gruszka <stf_xl@...pl>
Patch applied to wireless-drivers-next.git, thanks.
c2f9a4e4a5ab iwlegacy: ensure loop counter addr does not wrap and cause an infinite loop
--
https://patchwork.kernel.org/patch/11351769/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
Powered by blists - more mailing lists