mbox series

[BlueZ,0/4,v2] Fix few more bugs found by SVACE

Message ID 20220507170703.29902-1-i.kamaletdinov@omp.ru
Headers show
Series Fix few more bugs found by SVACE | expand

Message

Ildar Kamaletdinov May 7, 2022, 5:06 p.m. UTC
This patch set includes few fixes for bugs that was found by
Linux Verification Center (linuxtesting.org) with the SVACE static
analysis tool.

Changelog:
[v2] some minor style changes after CI check.
[v1] initial version.

Ildar Kamaletdinov (4):
  tools: Fix memory leak in hciconfig
  tools: Fix memory leaks in btgatt-server/client
  tools: Fix handle leak in rfcomm
  device: Fix uninitialized value usage

 src/device.c          | 3 ++-
 tools/btgatt-client.c | 6 +++++-
 tools/btgatt-server.c | 5 ++++-
 tools/hciconfig.c     | 6 +++++-
 tools/rfcomm.c        | 4 ++++
 5 files changed, 20 insertions(+), 4 deletions(-)