esp-idf/components/console
Ivan Grokhotkov eab33e7174
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-03-11 20:54:09 +01:00
..
argtable3
linenoise console: linenoise: fix usage of an uninitialized buffer 2022-03-11 20:54:09 +01:00
test
CMakeLists.txt
commands.c
esp_console.h
esp_console_repl.c console: disable colored hints if CONFIG_LOG_COLORS is not set 2022-03-11 20:54:06 +01:00
split_argv.c