mbox series

[BlueZ,v1,0/3] fix errors found by SVACE static analyzer

Message ID 20240703123745.56443-1-r.smirnov@omp.ru
Headers show
Series fix errors found by SVACE static analyzer | expand

Message

Roman Smirnov July 3, 2024, 12:37 p.m. UTC
Several bug fixes.

Roman Smirnov (3):
  shared/vcp: prevent dereferencing of NULL pointers
  client/player: fix wrong argument order in cmd_register_endpoint()
  shared/gatt-client: add NULL check to discover_secondary_cb()

 client/player.c          |  2 +-
 src/shared/gatt-client.c |  4 +++-
 src/shared/vcp.c         | 10 ++++++----
 3 files changed, 10 insertions(+), 6 deletions(-)