mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-28 03:23:14 +00:00
e2e1542378
This commit fixes a potential issue where in the prompt length used for the linenoise based console could be calculated as a negative integer, leading to a console hang. Closes https://github.com/espressif/esp-idf/issues/4924