zephyr/subsys/net
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
..
ip net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
l2 net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
lib net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
CMakeLists.txt net: l2: Move the layer 2 code into subsys/net/ 2018-06-27 17:02:59 +03:00
Kconfig net: buf: Convert to new logging system 2018-10-04 14:13:57 +03:00
Kconfig.hostname net: Convert core IP stack to use log levels 2018-10-04 14:13:57 +03:00
Kconfig.template.log_config.default.net net: Convert core IP stack to use log levels 2018-10-04 14:13:57 +03:00
Kconfig.template.log_config.net net: Convert core IP stack to use log levels 2018-10-04 14:13:57 +03:00
TODO Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
buf.c net: buf: Convert to new logging system 2018-10-04 14:13:57 +03:00
hostname.c net: Convert core IP stack to use log levels 2018-10-04 14:13:57 +03:00