Fix an array which was too small.

PR:		27380
Submitted by:	Samuel Greear <sgreear@vsni.com>
This commit is contained in:
Poul-Henning Kamp 2001-05-16 11:13:16 +00:00
parent 458a1c243f
commit 49a4598b61
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76678

View File

@ -124,7 +124,7 @@ main(int ac, char **av)
const char *const *p;
char *ep;
int errors = 0;
int mib[3];
int mib[4];
size_t miblen;
int st, nprocs;
size_t size;