All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bluez PATCH 0/6] Fix various memory leaks
@ 2021-05-12 21:34 Steve Grubb
  0 siblings, 0 replies; 3+ messages in thread
From: Steve Grubb @ 2021-05-12 21:34 UTC (permalink / raw)
  To: linux-bluetooth

Hello,

Was checking the code view static analysis and found a number of
leaks throughout the code. This patch should address most of what
was discovered.

Steve Grubb (6):
  Fix leak in mesh
  Fix leaks in obex
  Fix leaks in plugin
  Fix leaks in profiles
  Fix leaks in src
  Fix leaks in tools

 mesh/rpl.c                     |  4 +++-
 obexd/plugins/filesystem.c     |  2 +-
 obexd/plugins/ftp.c            |  8 ++++++--
 obexd/plugins/messages-dummy.c |  1 +
 plugins/hostname.c             |  3 +--
 profiles/audio/avrcp.c         |  4 +++-
 src/main.c                     |  1 +
 src/shared/shell.c             |  1 +
 tools/mesh-cfgclient.c         |  2 +-
 tools/mesh-gatt/gatt.c         |  1 +
 tools/mesh-gatt/node.c         | 12 +++++++++---
 11 files changed, 28 insertions(+), 11 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Bluez PATCH 0/6] Fix various memory leaks
  2021-05-14 13:57 Steve Grubb
@ 2021-05-15  0:09 ` Luiz Augusto von Dentz
  0 siblings, 0 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2021-05-15  0:09 UTC (permalink / raw)
  To: Steve Grubb; +Cc: linux-bluetooth

Hi Steve,

On Fri, May 14, 2021 at 11:50 AM Steve Grubb <sgrubb@redhat.com> wrote:
>
> Hello,
>
> I was checking the code via static analysis and found a number of
> leaks throughout the code. This patch should address most of what
> was discovered.
>
> Steve Grubb (6):
>   Fix leak in mesh
>   Fix leaks in obex
>   Fix leaks in plugin
>   Fix leaks in profiles
>   Fix leaks in src
>   Fix leaks in tools
>
>  mesh/rpl.c                     |  4 +++-
>  obexd/plugins/filesystem.c     |  2 +-
>  obexd/plugins/ftp.c            |  8 ++++++--
>  obexd/plugins/messages-dummy.c |  1 +
>  plugins/hostname.c             |  3 +--
>  profiles/audio/avrcp.c         |  4 +++-
>  src/main.c                     |  1 +
>  src/shared/shell.c             |  1 +
>  tools/mesh-cfgclient.c         |  2 +-
>  tools/mesh-gatt/gatt.c         |  1 +
>  tools/mesh-gatt/node.c         | 12 +++++++++---
>  11 files changed, 28 insertions(+), 11 deletions(-)
>
> --
> 2.31.1

Applied (excluding 2/6), thanks.


-- 
Luiz Augusto von Dentz

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bluez PATCH 0/6] Fix various memory leaks
@ 2021-05-14 13:57 Steve Grubb
  2021-05-15  0:09 ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 3+ messages in thread
From: Steve Grubb @ 2021-05-14 13:57 UTC (permalink / raw)
  To: linux-bluetooth

Hello,

I was checking the code via static analysis and found a number of
leaks throughout the code. This patch should address most of what
was discovered.

Steve Grubb (6):
  Fix leak in mesh
  Fix leaks in obex
  Fix leaks in plugin
  Fix leaks in profiles
  Fix leaks in src
  Fix leaks in tools

 mesh/rpl.c                     |  4 +++-
 obexd/plugins/filesystem.c     |  2 +-
 obexd/plugins/ftp.c            |  8 ++++++--
 obexd/plugins/messages-dummy.c |  1 +
 plugins/hostname.c             |  3 +--
 profiles/audio/avrcp.c         |  4 +++-
 src/main.c                     |  1 +
 src/shared/shell.c             |  1 +
 tools/mesh-cfgclient.c         |  2 +-
 tools/mesh-gatt/gatt.c         |  1 +
 tools/mesh-gatt/node.c         | 12 +++++++++---
 11 files changed, 28 insertions(+), 11 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-15  0:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-12 21:34 [Bluez PATCH 0/6] Fix various memory leaks Steve Grubb
2021-05-14 13:57 Steve Grubb
2021-05-15  0:09 ` Luiz Augusto von Dentz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.