zephyr/subsys/net/l2/openthread
Jukka Rissanen 57a8db7789 net: Use log_strdup() when printing debug strings
As the debugging print calls are async, all the strings that might
be overwritten must use log_strdup() which will create a copy
of the printable string.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-10-04 14:13:57 +03:00
..
CMakeLists.txt
Kconfig doc: fix kconfig misspellings 2018-08-28 13:58:46 -04:00
openthread.c net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
openthread_utils.c net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
openthread_utils.h