zephyr/subsys/logging
Robert Lubos c6cc87c526 log: net: Fix build warning with IPv6 disabled
Building the net logger backend with IPv4 only gives the following
warning:

log_backend_net.c:116:31: warning: array subscript 'struct sockaddr[0]'
is partly outside array bounds of 'struct sockaddr_in[1]'
[-Warray-bounds] local_addr->sa_family = server_addr.sa_family;

hence assign the address family directly to sockaddr_in/6 structs.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2024-10-08 16:58:20 +02:00
..
backends log: net: Fix build warning with IPv6 disabled 2024-10-08 16:58:20 +02:00
frontends logging: Add log_source_id helper function 2024-10-08 16:57:59 +02:00
mipi_syst
CMakeLists.txt logging: Move frontends to the dedicated directory 2024-09-06 11:31:27 -04:00
Kconfig logging: Move frontends to the dedicated directory 2024-09-06 11:31:27 -04:00
Kconfig.filtering
Kconfig.formatting logging: add ISO 8601 formated timestamp 2024-09-24 14:29:02 -05:00
Kconfig.links
Kconfig.misc logging: Fix string stripping Kconfig option dependency 2024-09-06 11:31:27 -04:00
Kconfig.mode
Kconfig.processing
Kconfig.template.log_config
Kconfig.template.log_config_inherit
Kconfig.template.log_format_config
log_cache.c
log_cache.h
log_cmds.c
log_core.c logging: Trigger logging thread when we start to drop messages 2024-08-02 18:45:59 -05:00
log_link_ipc_service.c
log_mgmt.c logging: When strings are stripped keep source name pointers 2024-08-13 14:56:14 +02:00
log_minimal.c
log_msg.c logging: Add log_source_id helper function 2024-10-08 16:57:59 +02:00
log_multidomain_link.c
log_output_custom.c
log_output_dict.c logging: Add log_source_id helper function 2024-10-08 16:57:59 +02:00
log_output_syst.c logging: Add log_source_id helper function 2024-10-08 16:57:59 +02:00
log_output.c logging: log_output: timestamp_print uses gmtime_r, a POSIX function 2024-09-24 14:29:02 -05:00