From e3711df1cb25f7d8a49748a8aebff7e93d0e8f19 Mon Sep 17 00:00:00 2001 From: Ali Mashtizadeh Date: Wed, 4 Oct 2023 16:48:27 -0400 Subject: [PATCH] shell fix --- bin/shell/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/shell/shell.c b/bin/shell/shell.c index 9c59ffd..5928559 100644 --- a/bin/shell/shell.c +++ b/bin/shell/shell.c @@ -102,7 +102,7 @@ DispatchCommand(char *buf) { int i; int argc; - char *argv[SHELL_MAX_ARGS]; + char *argv[SHELL_MAX_ARGS+1]; char *nextArg; // Remove newline