mbox series

[BlueZ,v2,0/1] mesh: firx double-free

Message ID 20200520162005.838134-1-brian.gix@intel.com (mailing list archive)
Headers show
Series mesh: firx double-free | expand

Message

Brian Gix May 20, 2020, 4:20 p.m. UTC
v1: corrected the double-free

v2: Sets a single free point for node->cfg data, and reduce the scope
and rename mesh_config_destroy() to mesh_release_nvm(). This is cleaner
because all node dynamic resources are discarded elsewhere, and should
not be combined with releasing of NVM.


Brian Gix (1):
  mesh: Fix double-free

 mesh/mesh-config-json.c | 2 +-
 mesh/mesh-config.h      | 2 +-
 mesh/node.c             | 3 +--
 3 files changed, 3 insertions(+), 4 deletions(-)