2022-05-09 09:42:06

by Ildar Kamaletdinov

[permalink] [raw]
Subject: [PATCH BlueZ 0/4] [v2] Fix few more bugs found by SVACE

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(-)

--
2.35.3