Re: [PATCH 0/1] Bluetooth: ISO: Check socket flag instead of hcon

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello:

This patch was applied to bluetooth/bluetooth-next.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx>:

On Tue, 18 Jun 2024 13:33:23 +0300 you wrote:
> This fixes the following Smatch static checker warning:
> 
> net/bluetooth/iso.c:1364 iso_sock_recvmsg()
> error: we previously assumed 'pi->conn->hcon' could be null (line 1359)
> 
> net/bluetooth/iso.c
> 1347 static int iso_sock_recvmsg(struct socket *sock, struct msghdr *msg,
> 1348                             size_t len, int flags)
> 1349 {
> 1350         struct sock *sk = sock->sk;
> 1351         struct iso_pinfo *pi = iso_pi(sk);
> 1352
> 1353         BT_DBG("sk %p", sk);
> 1354
> 1355         if (test_and_clear_bit(BT_SK_DEFER_SETUP,
>                                       &bt_sk(sk)->flags)) {
> 1356                 lock_sock(sk);
> 1357                 switch (sk->sk_state) {
> 1358                 case BT_CONNECT2:
> 1359                         if (pi->conn->hcon &&
>                                      ^^^^^^^^^^^^^^ If ->hcon is NULL
> 
> [...]

Here is the summary with links:
  - [1/1] Bluetooth: ISO: Check socket flag instead of hcon
    https://git.kernel.org/bluetooth/bluetooth-next/c/81e5a080450a

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html






[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux