FreeRTOS / iot-reference-stm32u5

MIT License
44 stars 29 forks source link

fix: cli_conf checks argument count to `conf set` #77

Closed cookpate closed 1 year ago

cookpate commented 1 year ago

On a board running the ntz demo, entering conf set with no other arguments results in trying to read a key argument when there is none, resulting in a buffer overrun.