esp-idf/components/console
Ivan Grokhotkov 5628f1f21d
console: linenoise: fix usage of an uninitialized buffer
Reported in https://github.com/espressif/esp-idf/issues/6440

The issue could occur if esp_console_config_t::hint_color
was set to -1.
2022-04-20 16:03:23 +05:30
..
argtable3 Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
linenoise console: linenoise: fix usage of an uninitialized buffer 2022-04-20 16:03:23 +05:30
test cmock: added cmock as component 2020-09-02 16:38:37 +08:00
CMakeLists.txt console: simplify examples 2020-02-07 20:15:06 +08:00
commands.c global: fix sign-compare warnings 2021-01-12 14:05:08 +08:00
component.mk add console component and example 2017-08-21 15:58:27 +08:00
esp_console.h usb_serial_jtag: Add blocking driver to support vfs. 2022-04-19 16:21:20 +08:00
esp_console_repl.c console: disable colored hints if CONFIG_LOG_COLORS is not set 2022-04-20 16:03:22 +05:30
split_argv.c global: fix sign-compare warnings 2021-01-12 14:05:08 +08:00