All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ v2 resend 0/6] fix errors found by SVACE static analyzer #1
@ 2024-07-10 11:31 Roman Smirnov
  2024-07-10 11:31 ` [PATCH BlueZ v2 resend 1/6] gatt: add return value check of io_get_fd() to sock_io_send() Roman Smirnov
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Roman Smirnov @ 2024-07-10 11:31 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Roman Smirnov

Several bug fixes.

Previous emails:
https://lore.kernel.org/linux-bluetooth/20240702085508.30513-1-r.smirnov@omp.ru/
https://lore.kernel.org/linux-bluetooth/20240702134106.102024-1-r.smirnov@omp.ru/
https://lore.kernel.org/linux-bluetooth/20240704090756.31351-1-r.smirnov@omp.ru/
https://lore.kernel.org/linux-bluetooth/20240704104928.43336-1-r.smirnov@omp.ru/

Roman Smirnov (6):
  gatt: add return value check of io_get_fd() to sock_io_send()
  shared/vcp: add NULL checks to foreach_aics_service()
  client/player: add error code handling to transport_recv()
  shared/vcp: prevent dereferencing of NULL pointers
  client/player: fix the order of args in cmd_register_endpoint()
  shared/gatt-client: add NULL check to discover_secondary_cb()

 client/player.c          | 10 ++++++++--
 src/gatt-database.c      |  9 ++++++++-
 src/shared/gatt-client.c |  4 +++-
 src/shared/vcp.c         | 23 +++++++----------------
 4 files changed, 26 insertions(+), 20 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-07-10 15:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-10 11:31 [PATCH BlueZ v2 resend 0/6] fix errors found by SVACE static analyzer #1 Roman Smirnov
2024-07-10 11:31 ` [PATCH BlueZ v2 resend 1/6] gatt: add return value check of io_get_fd() to sock_io_send() Roman Smirnov
2024-07-10 15:16   ` fix errors found by SVACE static analyzer #1 bluez.test.bot
2024-07-10 11:31 ` [PATCH BlueZ v2 resend 2/6] shared/vcp: add NULL checks to foreach_aics_service() Roman Smirnov
2024-07-10 11:31 ` [PATCH BlueZ v2 resend 3/6] client/player: add error code handling to transport_recv() Roman Smirnov
2024-07-10 11:31 ` [PATCH BlueZ v2 resend 4/6] shared/vcp: prevent dereferencing of NULL pointers Roman Smirnov
2024-07-10 11:31 ` [PATCH BlueZ v2 resend 5/6] client/player: fix the order of args in cmd_register_endpoint() Roman Smirnov
2024-07-10 11:31 ` [PATCH BlueZ v2 resend 6/6] shared/gatt-client: add NULL check to discover_secondary_cb() Roman Smirnov
2024-07-10 14:30 ` [PATCH BlueZ v2 resend 0/6] fix errors found by SVACE static analyzer #1 patchwork-bot+bluetooth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.