zephyr/samples/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
..
coap_client samples: net: coap_server: Convert to new logging system 2018-10-04 14:13:57 +03:00
coap_server net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
common gpio: Refactor the mcux gpio driver to use dts 2018-04-20 08:54:11 -05:00
dhcpv4_client net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
dns_resolve net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
echo_client samples: net: echo-*: Add openthread tag for sanitychecker 2018-10-04 14:13:57 +03:00
echo_server samples: net: echo-*: Add openthread tag for sanitychecker 2018-10-04 14:13:57 +03:00
eth_native_posix samples: net: eth_native_posix: Convert to new logging system 2018-10-04 14:13:57 +03:00
gptp net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
http_client samples: net: http_client: Convert to new logging system 2018-10-04 14:13:57 +03:00
http_server samples: net: http_server: Convert to new logging system 2018-10-04 14:13:57 +03:00
ipv4_autoconf net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
irc_bot samples: net: irc_bot: Convert to new logging system 2018-10-04 14:13:57 +03:00
leds_demo samples: net: leds_demo: Convert to new logging system 2018-10-04 14:13:57 +03:00
lldp samples: net: lldp: Convert to new logging system 2018-10-04 14:13:57 +03:00
lwm2m_client samples: net: lwm2m_client: Convert to new logging system 2018-10-04 14:13:57 +03:00
mdns_responder samples: net: mdns_responder: Convert to new logging system 2018-10-04 14:13:57 +03:00
mqtt_publisher samples: net: mqtt_publisher: Convert to new logging system 2018-10-04 14:13:57 +03:00
nats net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
promiscuous_mode net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
rpl_border_router net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
rpl_node net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
rpl-mesh-qemu coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
sntp_client samples: net: sntp: Convert to new logging system 2018-10-04 14:13:57 +03:00
sockets samples: net: sockets: Convert to use new logging 2018-10-04 14:13:57 +03:00
stats samples: net: stats: Convert to new logging system 2018-10-04 14:13:57 +03:00
telnet net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
throughput_server samples: net: throughput_server: Convert to new logging system 2018-10-04 14:13:57 +03:00
traffic_class samples: net: traffic_class: Convert to new logging system 2018-10-04 14:13:57 +03:00
vlan samples: net: vlan: Convert to new logging system 2018-10-04 14:13:57 +03:00
wifi cmake: Remove unnecessary KCONFIG_ROOT configuration 2018-09-21 13:37:21 -04:00
wpan_serial samples: net: wpan_serial: Convert to new logging system 2018-10-04 14:13:57 +03:00
wpanusb samples: net: wpanusb: Convert to new logging system 2018-10-04 14:13:57 +03:00
ws_console samples: net: ws_console: Convert to new logging system 2018-10-04 14:13:57 +03:00
ws_echo_server samples: net: ws_echo_server: Convert to new logging system 2018-10-04 14:13:57 +03:00
zperf samples: net: zperf: Convert to new logging system 2018-10-04 14:13:57 +03:00
net.rst