zephyr/subsys/net/lib/app
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
..
client.c net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
CMakeLists.txt net: lib: app: Convert CMakeLists.txt to avoid library 2018-06-20 17:10:39 +03:00
Kconfig net: lib: Convert net_app to use log level 2018-10-04 14:13:57 +03:00
net_app_private.h net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
net_app.c net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
server.c net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00