From: patchwork-bot+bluetooth@kernel.org
To: Jann Horn <jannh@google.com>
Cc: marcel@holtmann.org, luiz.dentz@gmail.com,
iulia.tanasescu@nxp.com, linux-bluetooth@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Bluetooth: hci_event: fix memset typo
Date: Mon, 04 May 2026 17:10:10 +0000 [thread overview]
Message-ID: <177791461054.801187.15935896147672715874.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260429-bluetooth-memset-fix-v1-1-73507b81a903@google.com>
Hello:
This patch was applied to bluetooth/bluetooth-next.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
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
prev parent reply other threads:[~2026-05-04 17:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-29 13:40 [PATCH] Bluetooth: hci_event: fix memset typo Jann Horn
2026-05-04 17:10 ` patchwork-bot+bluetooth [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=177791461054.801187.15935896147672715874.git-patchwork-notify@kernel.org \
--to=patchwork-bot+bluetooth@kernel.org \
--cc=iulia.tanasescu@nxp.com \
--cc=jannh@google.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luiz.dentz@gmail.com \
--cc=marcel@holtmann.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox