zephyr/subsys/logging
Peter Bigot 1498ac3c07 logging: avoid buffer overrun extracting arguments
The number of arguments for a format string is approximated by the
number of conversion specifications.  This count may exceed the maximum
supported argument count.  Limit the extraction to the available space.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2019-08-19 12:23:28 +02:00
..
CMakeLists.txt logging: Add qemu_x86_64 backend 2019-07-18 18:16:39 -04:00
Kconfig logging: Add qemu_x86_64 backend 2019-07-18 18:16:39 -04:00
Kconfig.template.log_config
log_backend_native_posix.c logging: Clean up log.h dependencies 2019-08-01 14:42:40 +02:00
log_backend_net.c
log_backend_qemu_x86_64.c logging: Add qemu_x86_64 backend 2019-07-18 18:16:39 -04:00
log_backend_rtt.c logging: Removing redundant code from RTT backend 2019-07-18 18:16:39 -04:00
log_backend_std.h logging: Clean up log.h dependencies 2019-08-01 14:42:40 +02:00
log_backend_swo.c logging: log_backend_swo: Get clock frequency from DTS 2019-07-24 15:10:02 +02:00
log_backend_uart.c logging: Removing redundant code from UART backend 2019-07-18 18:16:39 -04:00
log_backend_xtensa_sim.c logging: Removing redundant code from xtensa sim backend 2019-07-18 18:16:39 -04:00
log_cmds.c
log_core.c logging: avoid buffer overrun extracting arguments 2019-08-19 12:23:28 +02:00
log_list.c
log_list.h
log_msg.c logging: Clean up log.h dependencies 2019-08-01 14:42:40 +02:00
log_output.c