zephyr/subsys/net/lib
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
..
app net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
coap net: lib: Convert coap API to use log level 2018-10-04 14:13:57 +03:00
config net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
dns net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
http net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
lwm2m net: lwm2m: Convert to new logging system 2018-10-04 14:13:57 +03:00
mqtt net: lib: Convert mqtt library to use log level 2018-10-04 14:13:57 +03:00
openthread net: lib: Convert openthread library to use log level 2018-10-04 14:13:57 +03:00
sntp net: lib: Convert sntp library to use log level 2018-10-04 14:13:57 +03:00
sockets net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
tls_credentials coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
websocket net: lib: Convert websocket library to use log level 2018-10-04 14:13:57 +03:00
CMakeLists.txt net: config: Rename Kconfig options to correspond to library name 2018-08-13 18:42:31 -07:00
Kconfig net: tls: Add credential management subsystem 2018-07-26 12:13:15 -04:00