mbox series

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

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

Message

Ildar Kamaletdinov May 7, 2022, 5:35 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:
[v3] Removed trailing whitespace (style issue).
[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(-)

Comments

patchwork-bot+bluetooth@kernel.org May 9, 2022, 8:10 p.m. UTC | #1
Hello:

This series was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Sat, 7 May 2022 20:35:01 +0300 you wrote:
> This patch set includes few fixes for bugs that was found by
> Linux Verification Center (linuxtesting.org) with the SVACE static
> analysis tool.
> 
> Changelog:
> [v3] Removed trailing whitespace (style issue).
> [v2] Some minor style changes after CI check.
> [v1] Initial version.
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/4] tools: Fix memory leak in hciconfig
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=efa90050937c
  - [BlueZ,2/4] tools: Fix memory leaks in btgatt-server/client
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=a4741ef4bf6c
  - [BlueZ,3/4] tools: Fix handle leak in rfcomm
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=e9ec1cf8715d
  - [BlueZ,4/4] device: Fix uninitialized value usage
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=42e9b8db92d5

You are awesome, thank you!