OVMS3-idf/components/console/linenoise
Ivan Grokhotkov 30a6a8f932 Update linenoise.c: calloc returning NULL is not handled
Calloc function tries to allocate 4096 bytes.
If such memory is not available, it returns NULL pointer.
This exception was not handled in the code, causing a dirty crash.
2020-05-06 13:21:56 +08:00
..
LICENSE add console component and example 2017-08-21 15:58:27 +08:00
linenoise.c Update linenoise.c: calloc returning NULL is not handled 2020-05-06 13:21:56 +08:00
linenoise.h console: make empty line behavior run-time configurable 2020-04-29 23:44:46 +02:00