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 Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
CMakeLists.txt
commands.c
esp_console.h docs: update programming guide for esp32s3 chip independent system chapters 2021-11-23 12:48:10 +05:30
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