zephyr/subsys/logging
Dennis Sitelew 42f9b69f50 logging: Fix signed integer cast for isprint
Casting the value byte to char may result in it being a negative
number. On some platforms this could lead to either UB, or a crash.

Signed-off-by: Dennis Sitelew <dennis.sitelew@grandcentrix.net>
2022-09-13 08:51:22 +00:00
..
mipi_syst kconfig: logging: Add LOG_MIPI_SYST_ARGS_BUFFER_SIZE option. 2022-08-17 12:07:08 +02:00
CMakeLists.txt logging: cleanup in CMakeLists.txt 2022-09-01 20:54:13 +02:00
Kconfig logging: Allow use of log_output without subsystem 2022-09-09 16:41:50 +00:00
Kconfig.backends logging: Intel ADSP mtrace logging backend 2022-08-29 10:43:42 +02:00
Kconfig.filtering
Kconfig.formatting logging: allow to select FORMAT_TIMESTAMP for ADSP_MTRACE backend 2022-09-09 16:25:47 -04:00
Kconfig.frontends
Kconfig.misc lib/cbprintf: Disable tagged arguments with picolibc 2022-06-29 10:29:13 +02:00
Kconfig.mode
Kconfig.processing logging: added log process thread priority support 2022-07-21 08:59:38 -04:00
Kconfig.template.log_config
Kconfig.template.log_format_config
log_backend_adsp.c
log_backend_adsp_hda.c logging: adsp hda backend refinements and additional test 2022-09-07 20:27:44 -04:00
log_backend_adsp_mtrace.c logging: adsp_mtrace: fix handling of buffer full condition 2022-09-06 17:43:08 +02:00
log_backend_efi_console.c logging: add a logging backend of EFI console 2022-07-05 16:52:32 -04:00
log_backend_fs.c logging: fs backend: only delete old files if necessary 2022-09-09 10:04:24 +02:00
log_backend_native_posix.c
log_backend_net.c
log_backend_rtt.c
log_backend_spinel.c
log_backend_swo.c log: swo: enable pin control support for swo log backend 2022-06-28 16:02:09 -05:00
log_backend_uart.c logging: initialize devices at compile time 2022-08-19 11:51:26 +02:00
log_backend_xtensa_sim.c
log_cmds.c
log_core.c logging: Add LOG_RAW macro 2022-09-05 06:26:54 -04:00
log_frontend_dict_uart.c lib: os: cbprintf: Renamed flags used for conversion function 2022-08-26 12:52:08 +02:00
log_mgmt.c logging: add log_source_id_get 2022-07-01 16:30:30 +02:00
log_minimal.c
log_msg.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
log_output.c logging: Fix signed integer cast for isprint 2022-09-13 08:51:22 +00:00
log_output_dict.c
log_output_syst.c logging: Fix signed integer cast for isprint 2022-09-13 08:51:22 +00:00