lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20230519233056.2024340-1-luiz.dentz@gmail.com> Date: Fri, 19 May 2023 16:30:56 -0700 From: Luiz Augusto von Dentz <luiz.dentz@...il.com> To: davem@...emloft.net, kuba@...nel.org Cc: linux-bluetooth@...r.kernel.org, netdev@...r.kernel.org Subject: pull-request: bluetooth 2023-05-19 The following changes since commit 9025944fddfed5966c8f102f1fe921ab3aee2c12: net: fec: add dma_wmb to ensure correct descriptor values (2023-05-19 09:17:53 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2023-05-19 for you to fetch changes up to 6ce5169e05aa5360a49a574cc1490ceea6b651a6: Bluetooth: btnxpuart: Fix compiler warnings (2023-05-19 15:38:29 -0700) ---------------------------------------------------------------- bluetooth pull request for net: - Fix compiler warnings on btnxpuart - Fix potential double free on hci_conn_unlink - Fix UAF on hci_conn_hash_flush ---------------------------------------------------------------- Neeraj Sanjay Kale (1): Bluetooth: btnxpuart: Fix compiler warnings Ruihan Li (4): Bluetooth: Fix potential double free caused by hci_conn_unlink Bluetooth: Refcnt drop must be placed last in hci_conn_unlink Bluetooth: Fix UAF in hci_conn_hash_flush again Bluetooth: Unlink CISes when LE disconnects in hci_conn_del drivers/bluetooth/btnxpuart.c | 6 ++-- include/net/bluetooth/hci_core.h | 2 +- net/bluetooth/hci_conn.c | 77 +++++++++++++++++++++------------------- 3 files changed, 45 insertions(+), 40 deletions(-)
Powered by blists - more mailing lists