Evaluation of Output 481 while (fgets (buf, sizeof (buf), configfp)) { 482 char cmd[BUFSIZ], arg[BUFSIZ], tmp[BUFSIZ]; 483 char *p, *q; 484 485 line_num++; 486 487 strcpy (tmp, buf); Potential for risk depends on BUFSIZ (set to 1024)