mbox series

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

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

Message

Ildar Kamaletdinov May 7, 2022, 3: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.

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 | 5 ++++-
 tools/btgatt-server.c | 5 ++++-
 tools/hciconfig.c     | 5 ++++-
 tools/rfcomm.c        | 4 ++++
 5 files changed, 18 insertions(+), 4 deletions(-)