Patch Applied On Wed, 2019-05-08 at 16:24 +0200, Michał Lowas-Rzechonek wrote: > This version of the patch drops direct asprintf() calls in favor of > l_strdup_printf. > > Michał Lowas-Rzechonek (1): > mesh: Use node uuids as storage directory names > > doc/mesh-api.txt | 26 ++++++++++--- > mesh/README | 7 ++-- > mesh/mesh-db.c | 4 -- > mesh/mesh-db.h | 1 - > mesh/mesh.c | 7 ++++ > mesh/node.c | 38 ++++++------------- > mesh/node.h | 2 +- > mesh/storage.c | 96 +++++++++++++++--------------------------------- > 8 files changed, 72 insertions(+), 109 deletions(-) >