=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.c,v retrieving revision 1.356 retrieving revision 1.357 diff -u -r1.356 -r1.357 --- src/usr.bin/ssh/readconf.c 2021/06/08 07:07:15 1.356 +++ src/usr.bin/ssh/readconf.c 2021/06/08 22:06:12 1.357 @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.c,v 1.356 2021/06/08 07:07:15 djm Exp $ */ +/* $OpenBSD: readconf.c,v 1.357 2021/06/08 22:06:12 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -1229,6 +1229,7 @@ max_entries = SSH_MAX_HOSTS_FILES; parse_char_array: i = 0; + value = *uintptr == 0; /* was array empty when we started? */ while ((arg = argv_next(&ac, &av)) != NULL) { if (*arg == '\0') { error("%s line %d: keyword %s empty argument", @@ -1245,7 +1246,7 @@ } } i++; - if (*activep && *uintptr == 0) { + if (*activep && value) { if ((*uintptr) >= max_entries) { error("%s line %d: too many %s " "entries.", filename, linenum,