Increase size of argv[] array to avoid running off the end.

Reported by:	Coverity
CID:		1193819
MFC after:	1 week
This commit is contained in:
Don Lewis 2016-05-16 16:01:46 +00:00
parent afe674f089
commit 4b426307e5

View File

@ -88,7 +88,7 @@ static void usage(void);
static int
execldd32(char *file, char *fmt1, char *fmt2, int aflag, int vflag)
{
char *argv[8];
char *argv[9];
int i, rval, status;
LDD_UNSETENV("TRACE_LOADED_OBJECTS");