zephyr/subsys/logging
Jukka Rissanen ea1bed4744 logging: net: Avoid copying too much data
Use strncpy() in order to avoid copying extra data to hostname buffer.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2020-04-02 15:54:36 -04:00
..
CMakeLists.txt logging: Make ring buffer backend more general 2020-03-12 13:31:24 +02:00
Kconfig logging: log_backend_rb: Use int for memory area size 2020-03-12 13:31:24 +02:00
Kconfig.template.log_config
log_backend_native_posix.c
log_backend_net.c logging: net: Avoid copying too much data 2020-04-02 15:54:36 -04:00
log_backend_rb.c logging: log_backend_rb: Make message buffer size configurable 2020-03-12 13:31:24 +02:00
log_backend_rtt.c timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
log_backend_std.h
log_backend_swo.c
log_backend_uart.c
log_backend_xtensa_sim.c subsys/logging: Fix xtensa simcall assembly 2020-02-01 08:08:19 -05:00
log_cmds.c
log_core.c timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
log_list.c
log_list.h
log_minimal.c
log_msg.c timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
log_output_syst.c
log_output.c