summaryrefslogtreecommitdiffstats
path: root/cmd.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-10-03 12:01:25 +0100
committerThomas Adam <thomas@xteddy.org>2019-10-03 12:01:25 +0100
commiteeedb43ae847a0a692ceea965f7556e84bca4fd0 (patch)
treec50e0f1d8d680b15424573b326bdcbb91c4f2646 /cmd.c
parent8cf21feefd994dd023b50668e9202b3d888a8c1e (diff)
parentf4c7141f5d2abd06bb90443ad9edc7c1a985eb40 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index 96cedc97..f77176c9 100644
--- a/cmd.c
+++ b/cmd.c
@@ -384,7 +384,7 @@ cmd_find(const char *name, char **cause)
{
const struct cmd_entry **loop, *entry, *found = NULL;
int ambiguous;
- char s[BUFSIZ];
+ char s[8192];
ambiguous = 0;
for (loop = cmd_table; *loop != NULL; loop++) {