about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--scoop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scoop.c b/scoop.c
index 9605530..078fc06 100644
--- a/scoop.c
+++ b/scoop.c
@@ -397,7 +397,7 @@ int main(int argc, char *argv[]) {
 	const char *limit = NULL;
 
 	int n = 0;
-	struct Bind binds[argc];
+	struct Bind binds[argc + 2];
 	const char *Opts = "D:F:LN:ST:a:b:c:d:f:gh:l:m:n:pqst:u:vw:";
 	for (int opt; 0 < (opt = getopt(argc, argv, Opts));) {
 		switch (opt) {