[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<171623463049.16907.5107608936857144260.git-patchwork-notify@kernel.org>
Date: Mon, 20 May 2024 19:50:30 +0000
From: patchwork-bot+bluetooth@...nel.org
To: Erick Archer <erick.archer@...look.com>
Cc: marcel@...tmann.org, johan.hedberg@...il.com, luiz.dentz@...il.com,
davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com,
keescook@...omium.org, gustavoars@...nel.org, nathan@...nel.org,
ndesaulniers@...gle.com, morbo@...gle.com, justinstitt@...gle.com,
linux-bluetooth@...r.kernel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-hardening@...r.kernel.org,
llvm@...ts.linux.dev
Subject: Re: [PATCH v2 0/2] Bluetooth: hci_core: Refactor hci_get_dev_list()
function
Hello:
This series was applied to bluetooth/bluetooth-next.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@...el.com>:
On Sat, 18 May 2024 10:30:37 +0200 you wrote:
> This is an effort to get rid of all multiplications from allocation
> functions in order to prevent integer overflows [1][2].
>
> As the "dl" variable is a pointer to "struct hci_dev_list_req" and this
> structure ends in a flexible array:
>
> struct hci_dev_list_req {
> [...]
> struct hci_dev_req dev_req[]; /* hci_dev_req structures */
> };
>
> [...]
Here is the summary with links:
- [v2,1/2] Bluetooth: hci_core: Prefer struct_size over open coded arithmetic
https://git.kernel.org/bluetooth/bluetooth-next/c/d2526ccaab74
- [v2,2/2] Bluetooth: hci_core: Prefer array indexing over pointer arithmetic
https://git.kernel.org/bluetooth/bluetooth-next/c/68b1e55bdf24
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists