mbox series

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

Message ID 20200522205756.230907-1-brian.gix@intel.com
Headers show
Series mesh: Static Analysis clean-up | expand

Message

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

Brian Gix (3):
  mesh: Fix using uninitialized bytes
  mesh: Fix leaked mesh_net allocation
  mesh: Fix leaked message reference

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