Re: [PATCH] Bluetooth: hci_event: fix memset typo
From: patchwork-bot+bluetooth
Date: Mon May 04 2026 - 13:14:20 EST
Hello:
This patch was applied to bluetooth/bluetooth-next.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx>:
On Wed, 29 Apr 2026 15:40:46 +0200 you wrote:
> hci_le_big_sync_established_evt() currently does:
>
> conn->num_bis = 0;
> memset(conn->bis, 0, sizeof(conn->num_bis));
>
> sizeof(conn->num_bis) is wrong - it would make sense to either use
> conn->num_bis (before setting that to 0) or sizeof(conn->bis).
> Fix it by using sizeof(conn->bis), the least intrusive change.
>
> [...]
Here is the summary with links:
- Bluetooth: hci_event: fix memset typo
https://git.kernel.org/bluetooth/bluetooth-next/c/bed1ff8e28fc
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html