DAWN/src
Nick Hainke 0689b5e4d6 ubus: add missing lock for ubus hearing_map
In the build_hearing_map_sort_client there was a dawn_mutex_require
without having locked the mutex resulting in warnings:

  daemon.warn dawn: MUTEX require = 4226B8@ubus.c:2003[2012069248l] - appears to be UNLOCKED!
  daemon.warn dawn: MUTEX require = 4226B8@datastorage.c:694[2012069248l] - appears to be UNLOCKED!

I guess it was a typo, because before entering the
client_array_get_client function the mutex client_array_mutex needs to
be locked and not required.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2022-07-16 19:11:48 +02:00
..
crypto memory: Tighten up some memory handling to help spot errors 2022-01-17 10:10:47 +01:00
include treewide: improve beacon/probe logging 2022-06-11 20:27:20 +02:00
network treewide: rework mutex 2022-06-11 20:27:20 +02:00
storage treewide: code and documentation cleanup 2022-06-11 20:27:20 +02:00
test treewide: improve beacon/probe logging 2022-06-11 20:27:20 +02:00
utils ubus: add missing lock for ubus hearing_map 2022-07-16 19:11:48 +02:00
CMakeLists.txt CMakeList: fix compiling with glibc 2020-12-31 00:00:33 +01:00
main.c utils/storage: improve descriptions 2022-06-11 20:27:20 +02:00