Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2019-10-03 12:01:25 +01:00
5 changed files with 7 additions and 7 deletions

2
cmd.c
View File

@ -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++) {