zephyr/subsys/shell
Krzysztof Chruscinski 770f232a67 shell: Fix case when too many arguments are provided
Shell was accepting CONFIG_SHELL_ARGC_MAX+1 arguments which lead to
memory corruption and fault. Added error message reported when number
of provided arguments exceeds CONFIG_SHELL_ARGC_MAX.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2020-09-14 16:05:11 +02:00
..
modules device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
CMakeLists.txt
Kconfig shell: Fix case when too many arguments are provided 2020-09-14 16:05:11 +02:00
Kconfig.backends shell: kconfig: Clarify dependency of UART option from DTS 2020-08-11 19:30:05 +02:00
Kconfig.template.shell_log_queue_size
Kconfig.template.shell_log_queue_timeout
shell_cmds.c shell: correct build-in commands definition 2020-07-31 11:54:34 +02:00
shell_dummy.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
shell_fprintf.c shell: support floating point output with newlib 2020-09-03 21:53:09 +02:00
shell_help.c
shell_help.h
shell_history.c
shell_log_backend.c guideline: Make explicit fallthrough cases 2020-08-24 20:28:47 -04:00
shell_ops.c
shell_ops.h shell_ops: simplify flag_xxx_get functions 2020-08-18 10:44:35 -04:00
shell_rtt.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
shell_telnet_protocol.h
shell_telnet.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
shell_uart.c mgmt: smp: Change smp_shell_rx_byte to process data in bulk 2020-09-03 21:53:00 +02:00
shell_utils.c shell: Fix case when too many arguments are provided 2020-09-14 16:05:11 +02:00
shell_utils.h
shell_vt100.h
shell_wildcard.c
shell_wildcard.h
shell.c shell: Fix case when too many arguments are provided 2020-09-14 16:05:11 +02:00