mbox series

[BlueZ,v2,0/4] mesh: Static Analysis clean-up

Message ID 20200522211309.233824-1-brian.gix@intel.com (mailing list archive)
Headers show
Series mesh: Static Analysis clean-up | expand

Message

Brian Gix May 22, 2020, 9:13 p.m. UTC
This patchset fixes static analysis identified issues in the
mesh daemon.

v2: Clean-up PB-ADV queue


Brian Gix (4):
  mesh: Fix using uninitialized bytes
  mesh: Fix leaked mesh_net allocation
  mesh: Fix leaked message reference
  mesh: Destroy PB-ADV queue when provisioning done

 mesh/crypto.c  | 1 +
 mesh/manager.c | 3 ++-
 mesh/node.c    | 4 ++--
 mesh/pb-adv.c  | 5 +++++
 4 files changed, 10 insertions(+), 3 deletions(-)

Comments

Brian Gix May 25, 2020, 2:15 p.m. UTC | #1
Patchset Applied
On Fri, 2020-05-22 at 14:13 -0700, Brian Gix wrote:
> This patchset fixes static analysis identified issues in the
> mesh daemon.
> 
> v2: Clean-up PB-ADV queue
> 
> 
> Brian Gix (4):
>   mesh: Fix using uninitialized bytes
>   mesh: Fix leaked mesh_net allocation
>   mesh: Fix leaked message reference
>   mesh: Destroy PB-ADV queue when provisioning done
> 
>  mesh/crypto.c  | 1 +
>  mesh/manager.c | 3 ++-
>  mesh/node.c    | 4 ++--
>  mesh/pb-adv.c  | 5 +++++
>  4 files changed, 10 insertions(+), 3 deletions(-)
>