zephyr/subsys
Jakub Rzeszutko e76cd05e18 shell: fix select command
If the command buffer is empty the shell was trying to read a string
from a random memory location. Added a condition checking "argc" value
when the select command is executed.

Fixes: #27227

Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordisemi.no>
2020-07-31 11:54:34 +02:00
..
bluetooth Bluetooth: controller: Fill Periodic Adv interval in Ext Adv Report 2020-07-29 16:39:59 +02:00
canbus
console uart: Fix uart_irq_callback_user_data_set usage 2020-07-30 09:43:12 +02:00
cpp
debug
dfu
disk
fb
fs native_posix: Add flags argument to fs_open invocations 2020-07-30 16:33:18 +02:00
jwt
logging logging: avoid identifier collisions 2020-07-25 21:26:15 -04:00
mgmt mgmt: smp: Missing socket close in error path 2020-07-22 15:22:50 -05:00
net uart: Fix uart_irq_callback_user_data_set usage 2020-07-30 09:43:12 +02:00
power power: remove unused inclusion of soc.h 2020-07-30 08:00:03 -04:00
random
settings subsys/fs: Add open flags parameter to fs_open 2020-07-30 16:33:18 +02:00
shell shell: fix select command 2020-07-31 11:54:34 +02:00
stats
storage storage: flash_map: Fix partition device retrieval 2020-07-16 11:51:46 -05:00
testsuite kernel: overhaul stack specification 2020-07-30 21:11:14 -04:00
tracing uart: Fix uart_irq_callback_set usage 2020-07-30 09:43:12 +02:00
usb drivers: serial: Fix uart_irq_callback_user_data_t usage 2020-07-30 09:43:12 +02:00
CMakeLists.txt
Kconfig