Flawfinder version 2.0.10, (C) 2001-2019 David A. Wheeler.
Number of rules (primarily dangerous function names) in C/C++ ruleset: 223
Examining data/auto-07p-0.9.2+dfsg/07p/src/interfaces.h
Examining data/auto-07p-0.9.2+dfsg/07p/src/user_c.c
Examining data/auto-07p-0.9.2+dfsg/07p/src/fcon.h
Examining data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/drawCoords.c++
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/drawCoords.h
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainqt.c++
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/createSphere.c++
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/bifurcation.c++
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/polygon3d.h
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/createDisk.h
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/stringtrim.h
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/createLegend.c++
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/rounding.h
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/printToPS.c++
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/tube.c++
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/stringtrim.c++
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/createCoords.c++
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/createBoundingBox.h
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/solution.h
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/polygon3d.c++
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/rounding.c++
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/createCoords.h
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainqt.h
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/axis.h
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/readFM.c++
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/axis.c++
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/readFM.h
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/printToPS.h
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/tube.h
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/solution.c++
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/bifurcation.h
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/createBoundingBox.c++
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/createSphere.h
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/createLegend.h
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/r3b/createPrimary.c++
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/r3b/toInertialFrame.c++
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/r3b/gmainr3b.c++
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/r3b/createLibPoint.c++
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/src/createDisk.c++
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/includes/r3bplaut04.h
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/includes/gplaut04.h
Examining data/auto-07p-0.9.2+dfsg/07p/plaut04/includes/gVarNames.h
Examining data/auto-07p-0.9.2+dfsg/07p/demos/sib/sib.c
Examining data/auto-07p-0.9.2+dfsg/07p/demos/python/n-body/3d.c
Examining data/auto-07p-0.9.2+dfsg/07p/demos/fnb/fhn.c
Examining data/auto-07p-0.9.2+dfsg/07p/demos/kdv/kdv.c
Examining data/auto-07p-0.9.2+dfsg/07p/include/auto.h
Examining data/auto-07p-0.9.2+dfsg/07p/include/GuiMotif.h
Examining data/auto-07p-0.9.2+dfsg/07p/include/GuiGlobal.h
Examining data/auto-07p-0.9.2+dfsg/07p/include/GuiWidgets.h
Examining data/auto-07p-0.9.2+dfsg/07p/include/GuiPar.h
Examining data/auto-07p-0.9.2+dfsg/07p/include/auto_f2c.h
Examining data/auto-07p-0.9.2+dfsg/07p/include/GuiFuncs.h
Examining data/auto-07p-0.9.2+dfsg/07p/include/fcon.h
Examining data/auto-07p-0.9.2+dfsg/07p/include/GuiConsts.h

FINAL RESULTS:

data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1045:3:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
  strcpy(GP.autoDir,copyenv(AUTO_DIR));
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1050:3:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
  strcpy(GP.fileName,EMPTY);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1051:3:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
  strcpy(GP.demoFileName,EMPTY);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1052:3:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
  strcpy(GP.xedit,XEDIT);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1053:3:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
  strcpy(GP.emacs,EMACS);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1423:3:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
  strcpy(GP.fileName,DEFAULT_NAME);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1429:3:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
  strcpy(command,GP.autoDir);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1432:3:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
  strcat(command,DEFAULT_FILE);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1791:3:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
  strcpy(name,ProgramName(GP.fileName));
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1797:3:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
  strcat(rname,name);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1829:3:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
  strcpy(tempname, mktemp("/tmp/XAutoXXXXXX"));
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1829:20:  [4] (tmpfile) mktemp:
  Temporary file race condition (CWE-377).
  strcpy(tempname, mktemp("/tmp/XAutoXXXXXX"));
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1856:3:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
  sprintf (namebuf, "cp %s \.\/%s\0", tempname, ProgramName(GP.fileName));
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1857:12:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
  status = system(namebuf);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1902:7:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
      strcpy(GP.fileName,EMPTY);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2177:5:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
    strcpy(progname,ProgramName(GP.fileName));
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2208:7:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
      strcat(GP.command,GP.fileName);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2210:11:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
      if (system(GP.command) != NULL)
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2344:7:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
      strcat(GP.command,GP.fileName);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2346:11:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
      if (system(GP.command) != 0)
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2457:7:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
      strcpy(GP.fileName,EMPTY);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2468:7:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
      strcpy(GP.fileName,fileName);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2484:7:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
      strcpy(c1,autoDir);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2486:7:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
      strcat(c1, name);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2511:7:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
      strcpy(GP.fileName,EMPTY);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2522:7:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
      strcpy(GP.fileName,fileName);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2526:2:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
	strcpy(GP.fileName,DEFAULT_NAME);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2533:7:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
      strcpy(c2,GP.autoDir);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2538:7:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
      strcat(c2,DEFAULT_FILE);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2598:7:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
      strcpy(GP.fileName,fileName);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2624:2:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
	strcat(GP.command,GP.fileName);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2626:6:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
	if (system(GP.command) != 0)
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2867:7:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
      strcpy(name,GP.xedit);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2871:7:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
      strcpy(name,GP.emacs);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2880:5:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
    strcat(name,filename);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2885:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    system(name);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2892:5:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
    strcat(name,filename);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2987:8:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
       strcpy(name,ProgramName(GP.fileName));
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:3107:3:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
	 strcpy(name,GP.xedit);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:3111:3:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
	 strcpy(name,GP.emacs);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:3117:8:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
       strcat(name,filename);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:3120:8:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
       system(name);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:3128:8:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
       strcat(name,filename);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6585:7:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
      system("make clean &");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6613:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
	   system("cp $AUTO_DIR/gui/auto.makefile ./Makefile");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6616:3:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
	 strcpy(name,ProgramName(GP.fileName));
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6624:3:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
	 strcat(name,env);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6628:5:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
	   strcat(command,name);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6630:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
	   system(command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6635:3:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
	 strcat(name,env);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6647:9:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
	       sprintf(command,"make restart PROGRAMNAME= RESTARTNAME=%s &",GP.q);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6656:9:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
	       sprintf(command,"make PROGRAMNAME= RESTARTNAME=%s &",GP.q);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6661:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
	   system(command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6666:9:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
	       sprintf(command,"make restart PROGRAMNAME=%s RESTARTNAME=%s &",env,env);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6669:9:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
	       sprintf(command,"make restart PROGRAMNAME=%s RESTARTNAME=%s &",env,GP.q);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6675:9:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
	       sprintf(command,"make PROGRAMNAME=%s RESTARTNAME=%s &",env,env);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6678:9:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
	       sprintf(command,"make PROGRAMNAME=%s RESTARTNAME=%s &",env,GP.q);	       
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6682:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
	   system(command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6920:5:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
    sprintf(command,"make saveas NEW_PROGRAMNAME=%s &",newName);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6921:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    system(command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6929:5:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
    sprintf(command,"make appendto NEW_PROGRAMNAME=%s &",newName);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6930:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    system(command);    
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6962:8:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
       strcpy(name,ProgramName(GP.fileName));
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6986:5:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
	   sprintf(command,"make save PROGRAMNAME=%s &",env);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6987:3:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
	 system(command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6999:5:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
	   sprintf(command,"make append PROGRAMNAME=%s &",env);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7000:3:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
	 system(command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7183:8:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
       strcpy(GP.fileName,demoItems[index]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7186:8:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
       strcpy(demo,GP.autoDir);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7188:8:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
       strcat(demo,GP.demoFileName);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7189:8:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
       strcat(cmd,demo);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7191:8:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
       strcat(cmd,GP.demoFileName);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7193:8:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
       system(cmd);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7195:8:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
       strcpy(cmd,demo);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7197:8:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
       strcat(cmd,GP.fileName);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7207:7:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
      strcpy(cmd,demo);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7209:7:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
      strcat(cmd,GP.demoFileName);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7284:8:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
       strcpy(file,GP.autoDir);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7286:8:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
       strcat(file,name);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7288:8:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
       strcat(file,demoItems[index]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7579:3:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
  strcpy(command,GP.autoDir);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7581:3:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
  strcat(command,DEFAULT_RFILE);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7764:5:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
    strcpy(command,PRINT_FILE);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7765:5:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
    strcat(command,GP.fileName);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7767:9:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    if (system(command) != 0)
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7826:3:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
  strcpy(file,filename);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7863:7:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
      strcpy(name,ProgramName(GP.fileName));
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7872:2:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
	system(command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7875:2:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
	sprintf(command,"make plot_current PROGRAMNAME=%s &",env);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7876:2:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
	system(command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7901:5:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
    sprintf(command,"make plot_other NEW_PLOTNAME=%s &",newName);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7902:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    system(command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7916:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    system("xterm -bg black -fg white -t &");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7933:7:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
      system("xterm -bg navy -fg white +t &");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8007:3:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
  strcat(command,GP.autoDir);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8009:3:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
  system(command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8123:19:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
     return (s2 ? strcpy(s2,s1) : NULL);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8138:3:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
  strcat(command,fileName);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8140:3:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
  strcat(command,fileName);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8142:3:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
  system(command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8161:5:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
    strcat(command,GP.demoFileName);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8163:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    system(command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8179:3:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
  system("cd $AUTO_DIR/test; make &");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8192:3:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
  system("cd $AUTO_DIR/test; make clean &");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9352:3:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
  sprintf(command,"make deletedata DELETEDATA=%s &",name);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9353:3:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
  system(command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9366:3:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
  sprintf(GP.command,"rm -f b\.%s &\0",name);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9367:3:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
  system(GP.command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9371:3:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
  sprintf(GP.command,"rm -f s\.%s &\0",name);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9372:3:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
  system(GP.command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9376:3:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
  sprintf(GP.command,"rm -f d\.%s &\0",name);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9377:3:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
  system(GP.command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9403:3:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
  strcpy(GP.q,name);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9407:3:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
  sprintf(command,"make restartdata RESTARTDATA=%s &",name);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9408:3:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
  system(command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9423:5:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
    strcpy(nm,ProgramName(GP.fileName));
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9439:5:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
    sprintf(GP.command,"cp s\.%s s\.%s &\0",name,nm);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9440:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    system(GP.command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9478:5:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
    strcpy(from,value);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9480:5:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
    strcpy(to,value);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9483:5:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
    sprintf(command,"make copydata COPYFROM=%s COPYTO=%s &",from,to);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9484:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    system(command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9514:5:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
    strcpy(from,value);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9518:5:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
    strcpy(to,value);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9528:5:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
    sprintf(GP.command,"cp c\.%s c\.%s &\0",from,to);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9529:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    system(GP.command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9539:5:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
    sprintf(GP.command,"cp b\.%s b\.%s &\0",from,to);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9540:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    system(GP.command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9550:5:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
    sprintf(GP.command,"cp s\.%s s\.%s &\0",from,to);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9551:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    system(GP.command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9561:5:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
    sprintf(GP.command,"cp d\.%s d\.%s &\0",from,to);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9562:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    system(GP.command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9713:5:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
    strcpy(from,value);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9715:5:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
    strcpy(to,value);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9718:5:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
    sprintf(command,"make movedata MOVEFROM=%s MOVETO=%s &",from,to);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9719:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    system(command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9748:5:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
    strcpy(from,value);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9752:5:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
    strcpy(to,value);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9761:5:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
    sprintf(GP.command,"mv c\.%s c\.%s &\0",from,to);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9762:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    system(GP.command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9772:5:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
    sprintf(GP.command,"mv b\.%s b\.%s &\0",from,to);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9773:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    system(GP.command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9783:5:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
    sprintf(GP.command,"mv s\.%s s\.%s &\0",from,to);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9784:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    system(GP.command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9794:5:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
    sprintf(GP.command,"mv d\.%s d\.%s &\0",from,to);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9795:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    system(GP.command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9952:5:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
    strcpy(from,value);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9954:5:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
    strcpy(to,value);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9956:5:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
    sprintf(command,"make appenddata APPENDFROM=%s APPENDTO=%s &",from,to);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9957:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    system(command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9987:5:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
    strcpy(from,value);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9991:5:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
    strcpy(to,value);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:10000:5:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
    sprintf(GP.command,"cat c\.%s >> c\.%s &\0",from,to);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:10001:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    system(GP.command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:10011:5:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
    sprintf(GP.command,"cat b\.%s >> b\.%s &\0",from,to);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:10012:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    system(GP.command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:10022:5:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
    sprintf(GP.command,"cat s\.%s >> s\.%s &\0",from,to);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:10023:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    system(GP.command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:10033:5:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
    sprintf(GP.command,"cat d\.%s >> d\.%s &\0",from,to);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:10034:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    system(GP.command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12841:6:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
     strcpy(jobName,EMPTY);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12852:3:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
  system("pwd > ./XAutoDir &");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12854:3:  [4] (buffer) fscanf:
  The scanf() family's %s operation, without a limit specification, permits
  buffer overflows (CWE-120, CWE-20). Specify a limit to %s, or use a
  different input function.
  fscanf(fp,"%s",dir);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12856:3:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
  system("rm -f ./XAutoDir &");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12907:3:  [4] (format) vsprintf:
  Potential format string problem (CWE-134). Make format string constant.
  vsprintf(str, format, args);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12934:4:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
   strcat(command,pgm);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12936:4:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
   system(command);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12941:6:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
     system("rm -f autopid &");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12946:6:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
     system("rm -f autopid &");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/createDisk.c++:28:5:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
    strcpy(diskFileName, autoDir);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/createSphere.c++:20:5:  [4] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused).
    strcpy(diskFileName, autoDir);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:161:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    system("import my_temp.gif");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:162:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    system("convert -crop 1024x768 my_temp.gif my_temp_cropped.gif");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:163:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    system("convert my_temp_cropped.gif my_temp.eps");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:164:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    system("rm my_temp.gif my_temp_cropped.gif");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:224:5:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
    sprintf(command, "%s%s", autoDir, "/plaut04/doc/userguide.pdf");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:225:9:  [4] (race) access:
  This usually indicates a security flaw. If an attacker can change anything
  along the path between the call to access() and the file's actual use
  (e.g., by moving files), the attacker can exploit the race condition
  (CWE-362/CWE-367!). Set up the correct permissions (e.g., using setuid())
  and try to open the file directly.
    if (access(command, R_OK) != 0)
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:227:9:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
        system("xmessage 'Sorry, could not find "
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:232:15:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    int err = system("which xpdf> /dev/null");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:235:9:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
        system("xmessage 'You must install xpdf"
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:240:5:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
    sprintf(command, "%s%s%s", "xpdf ",autoDir,"/plaut04/doc/userguide.pdf &");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:241:5:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    system(command);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:312:9:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
        sprintf(bgFileName, "%s%s",autoDir, "/plaut04/widgets/background.jpg");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:2587:9:  [4] (format) fprintf:
  If format strings can be influenced by an attacker, they can be exploited
  (CWE-134). Use a constant for the format specification.
        fprintf(outFile, (is != dai.solX.size()-1) ? "," : "\n");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:2594:9:  [4] (format) fprintf:
  If format strings can be influenced by an attacker, they can be exploited
  (CWE-134). Use a constant for the format specification.
        fprintf(outFile, (is != dai.solY.size()-1) ? "," : "\n");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:2601:9:  [4] (format) fprintf:
  If format strings can be influenced by an attacker, they can be exploited
  (CWE-134). Use a constant for the format specification.
        fprintf(outFile, (is != dai.solZ.size()-1) ? "," : "\n");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:2610:9:  [4] (format) fprintf:
  If format strings can be influenced by an attacker, they can be exploited
  (CWE-134). Use a constant for the format specification.
        fprintf(outFile, (is != dai.bifX.size()-1) ? "," : "\n");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:2617:9:  [4] (format) fprintf:
  If format strings can be influenced by an attacker, they can be exploited
  (CWE-134). Use a constant for the format specification.
        fprintf(outFile, (is != dai.bifY.size()-1) ? "," : "\n");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:2624:9:  [4] (format) fprintf:
  If format strings can be influenced by an attacker, they can be exploited
  (CWE-134). Use a constant for the format specification.
        fprintf(outFile, (is != dai.bifZ.size()-1) ? "," : "\n");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:2728:5:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
    sprintf(routeprintCmd, "/usr/sbin/routeprint -d %s %s 2> /dev/null",
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:2731:29:  [4] (shell) popen:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    if (NULL != (pipeFile = popen(routeprintCmd, "r")))
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:2738:22:  [4] (shell) popen:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
        ivDataPipe = popen(conversionCmd, "r");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:2757:14:  [4] (race) access:
  This usually indicates a security flaw. If an attacker can change anything
  along the path between the call to access() and the file's actual use
  (e.g., by moving files), the attacker can exploit the race condition
  (CWE-362/CWE-367!). Set up the correct permissions (e.g., using setuid())
  and try to open the file directly.
    if (0 != access(filename, R_OK))
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainqt.c++:1422:14:  [4] (format) sprintf:
  Potential format string problem (CWE-134). Make format string constant.
	    numberP.sprintf("%i", iam);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainqt.c++:2684:14:  [4] (format) sprintf:
  Potential format string problem (CWE-134). Make format string constant.
        temp.sprintf("Col[%2d ] = %+E", i+1, data[i]);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainqt.c++:2695:18:  [4] (format) sprintf:
  Potential format string problem (CWE-134). Make format string constant.
            temp.sprintf(" [%2d] : %E - %Ei\n", j, fmData[j*2], -fmData[j*2+1]);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainqt.c++:2697:18:  [4] (format) sprintf:
  Potential format string problem (CWE-134). Make format string constant.
            temp.sprintf(" [%2d] : %E + %Ei\n", j, fmData[j*2], fmData[j*2+1]);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainqt.c++:2699:18:  [4] (format) sprintf:
  Potential format string problem (CWE-134). Make format string constant.
            temp.sprintf(" [%2d] : %E\n", j, fmData[j*2]);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:1482:5:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
    sprintf(numberPList[nItems-1], "%s", "inf");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:3485:9:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
        strcat(str,temp);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:3489:9:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
        strcat(str,temp);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:3505:9:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
        strcat(tmpstr,temp);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:3508:9:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
        strcat(tmpstr,temp);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:3510:13:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
            strcat(tmpstr,fmData[j*2+1] < 0 ? " - " : " + ");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:3512:13:  [4] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused).
            strcat(tmpstr,temp);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/r3b/gmainr3b.c++:64:9:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
        sprintf(txtureFileName, "%s%s", autoDir, "/plaut04/widgets/large.jpg");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/r3b/gmainr3b.c++:66:9:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
        sprintf(txtureFileName, "%s%s", autoDir, "/plaut04/widgets/small.jpg");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/solution.c++:2731:9:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
        sprintf(txtureFileName, "%s%s", autoDir, "/plaut04/widgets/large.rgb");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/solution.c++:2733:9:  [4] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf.
        sprintf(txtureFileName, "%s%s", autoDir, "/plaut04/widgets/small.rgb");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8120:17:  [3] (buffer) getenv:
  Environment variables are untrustable input if they can be set by an
  attacker. They can have any content and length, and the same variable can
  be set more than once (CWE-807, CWE-20). Check environment variables
  carefully before using them.
     char *s1 = getenv(name);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:2102:17:  [3] (buffer) getenv:
  Environment variables are untrustable input if they can be set by an
  attacker. They can have any content and length, and the same variable can
  be set more than once (CWE-807, CWE-20). Check environment variables
  carefully before using them.
    if((autoDir=getenv("AUTO_DIR")) == NULL)
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/r3b/gmainr3b.c++:112:9:  [3] (random) srand:
  This function is not sufficiently random for security-related functions
  such as key and nonce creation (CWE-327). Use a more secure technique for
  acquiring random values.
        srand(time(NULL));
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:228:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char    nthlStr[WX_TEXTLENGTH],nthuStr[WX_TEXTLENGTH],nuzrStr[WX_TEXTLENGTH];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:230:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char    thlStrValue[2*MAX_NTHL][WX_TEXTLENGTH];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:232:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char    thuStrValue[2*MAX_NTHU][WX_TEXTLENGTH];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:234:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char    uzrStrValue[2*MAX_NUZR][WX_TEXTLENGTH];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:236:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char    icpStrValue[2*MAX_NICP][WX_TEXTLENGTH];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:241:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char    fileDir[WX_FNLEN];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:242:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char    filePattern[WX_FNLEN];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:243:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char    fileName[WX_FNLEN];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:244:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char    demoFileName[WX_FNLEN];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:246:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char	xedit[WX_FNLEN];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:247:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char	emacs[WX_FNLEN];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:248:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char    command[WX_FNLEN];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1041:3:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  char demo[10];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1421:3:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  char command[100];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1431:3:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
  strcat(command,"/gui/");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1679:12:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
  if((fp = fopen(file_name, "r")) == NULL) {
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1714:12:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
  if((fp = fopen(file_name, "r+")) == NULL)
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1715:14:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
    if((fp = fopen(file_name, "r")) != NULL) {
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1770:3:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  char name[20],rname[20];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1773:12:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
  if((fp = fopen(ProgramName(GP.fileName), "w")) == NULL) {
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1796:3:  [2] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant string.
  strcpy(rname,"c.");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1821:3:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  char	namebuf[BUFSIZ]; 	   /* for "system" call below */
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1831:13:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
  if((tfp = fopen(tempname, "w")) == NULL) {
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2119:3:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  char progname[100];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2207:7:  [2] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant string.
      strcpy(GP.command,"lp < ");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2209:7:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
      strcat(GP.command," &");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2343:7:  [2] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant string.
      strcpy(GP.command,"lp < ");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2345:7:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
      strcat(GP.command," &");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2444:3:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  char name[10],*autoDir;
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2445:3:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  char *fileName,c1[100],c2[100];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2485:7:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
      strcat(c1,"c.");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2488:12:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
      fp = fopen(c1,"r");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2523:7:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
      strcat(GP.fileName,".f90");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2537:7:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
      strcat(c2,"/gui/");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2601:7:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
      strcat(GP.fileName,".f90");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2623:2:  [2] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant string.
	strcpy(GP.command,"lp < ");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2625:2:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
	strcat(GP.command," &");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2844:3:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  char *filename,*dir,name[100];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2861:6:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
  if(fopen(filename,"r") != NULL) {
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2884:5:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
    strcat(name," &");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2891:5:  [2] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant string.
    strcpy(name,"File \"");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2893:5:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
    strcat(name,"\" ");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2894:5:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
    strcat(name,"does not exist!");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2981:6:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
     char name[10];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:3071:4:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
   char *filename,name[100];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:3082:6:  [2] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant string.
     strcpy(name,"No file Entered !");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:3101:9:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
     if(fopen(filename,"r") == NULL)	{
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:3119:8:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
       strcat(name," &");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:3127:8:  [2] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant string.
       strcpy(name,"File \"");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:3129:8:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
       strcat(name,"\" ");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:3130:8:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
       strcat(name,"exist!");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:3899:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_NDIM],"%d",(int) GP.parValue[PAR_NDIM]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:3904:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_NBC],"%d",(int)GP.parValue[PAR_NBC]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:3909:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_NINT],"%d",(int)GP.parValue[PAR_NINT]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:3914:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_JAC],"%d",(int)GP.parValue[PAR_JAC]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:4151:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_NTST],"%d",(int)GP.parValue[PAR_NTST]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:4156:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_NCOL],"%d",(int)GP.parValue[PAR_NCOL]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:4161:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_IAD],"%d",(int)GP.parValue[PAR_IAD]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:4443:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_EPSL],"%lg",GP.parValue[PAR_EPSL]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:4448:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_EPSU],"%lg",GP.parValue[PAR_EPSU]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:4453:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_EPSS],"%lg",GP.parValue[PAR_EPSS]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:4458:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_ITMX],"%d",(int)GP.parValue[PAR_ITMX]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:4463:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_NWTN],"%d",(int)GP.parValue[PAR_NWTN]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:4468:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_ITNW],"%d",(int)GP.parValue[PAR_ITNW]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:4764:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_DS],"%lg",GP.parValue[PAR_DS]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:4769:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_DSMIN],"%lg",GP.parValue[PAR_DSMIN]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:4774:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_DSMAX],"%lg",GP.parValue[PAR_DSMAX]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:4779:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_IADS],"%d",(int)GP.parValue[PAR_IADS]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:5082:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_NMX],"%d",(int)GP.parValue[PAR_NMX]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:5087:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_RL0],"%lg",GP.parValue[PAR_RL0]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:5092:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_RL1],"%lg",GP.parValue[PAR_RL1]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:5097:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_A0],"%lg",GP.parValue[PAR_A0]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:5102:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_A1],"%lg",GP.parValue[PAR_A1]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:5314:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_NICP],"%d",(int)GP.parValue[PAR_NICP]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:5639:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_ILP],"%d",(int)GP.parValue[PAR_ILP]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:5644:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_ISP],"%d",(int)GP.parValue[PAR_ISP]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:5649:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_ISW],"%d",(int)GP.parValue[PAR_ISW]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:5654:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_MXBF],"%d",(int)GP.parValue[PAR_MXBF]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:5659:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_IRS],"%d",(int)GP.parValue[PAR_IRS]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:5664:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_IPS],"%d",(int)GP.parValue[PAR_IPS]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6015:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_NPR],"%d",(int)GP.parValue[PAR_NPR]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6020:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_IID],"%d",(int)GP.parValue[PAR_IID]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6025:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_IPLT],"%d",(int)GP.parValue[PAR_IPLT]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6432:5:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
	   sprintf(GP.parStrValue[i],"%d",(int)GP.parValue[i]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6445:5:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
	   sprintf(GP.parStrValue[i],"%lg",GP.parValue[i]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6600:6:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
     char name[20],env[20],command[200];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6611:8:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
	 fp = fopen("Makefile","r");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6623:10:  [2] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant string.
         strcpy(name,"s.");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6625:8:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
	 fp = fopen(name,"r");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6627:5:  [2] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant string.
	   strcpy(command,"cp ");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6629:5:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
	   strcat(command," fort.3");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6634:3:  [2] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant string.
	 strcpy(name,"c.");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6645:9:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
	       sprintf(command,"make restart PROGRAMNAME= RESTARTNAME= &");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6653:9:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
	       sprintf(command,"make PROGRAMNAME= RESTARTNAME= &");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6723:3:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  char jobName[10];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6903:3:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  char *newName,command[100];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6953:6:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
     char name[20],env[20],command[100];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6984:5:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
	   sprintf(command,"make save PROGRAMNAME= &");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:6997:5:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
	   sprintf(command,"make append PROGRAMNAME= &");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7171:4:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
   char cmd[200],demo[100];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7185:8:  [2] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant string.
       strcpy(cmd,"cp ");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7187:8:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
       strcat(demo,"/demos/");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7190:8:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
       strcat(cmd,"/*");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7192:8:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
       strcat(cmd,"*  . &");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7208:7:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
      strcat(cmd,"/c.");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7211:12:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
      fp = fopen(cmd,"r");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7273:4:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
   char *fileStr,file[100],name[10];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7285:8:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
       strcat(file,"/demos/");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7289:11:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
       fp=fopen(file,"r");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7577:3:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  char command[100];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7580:3:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
  strcat(command,"/gui/");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7758:3:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  char command[100];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7766:5:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
    strcat(command," &");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7820:10:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  static char file[50];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7850:3:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  char name[20],env[20],*newName,command[100]; 
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7871:2:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
	sprintf(command,"make plot_current PROGRAMNAME= &");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8001:3:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  char command[100];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8006:3:  [2] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant string.
  strcpy(command,"ghostview ");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8008:3:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
  strcat(command,"/doc/auto.ps &");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8135:3:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  char command[100];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8137:3:  [2] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant string.
  strcpy(command,"cd $AUTO_DIR/demos/");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8139:3:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
  strcat(command,"; auto ");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8141:3:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
  strcat(command,".auto");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8156:3:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  char command[50];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8160:5:  [2] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant string.
    strcpy(command,"cd $AUTO_DIR/demos/");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8162:5:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
    strcat(command,"; auto clean.auto &");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8359:8:  [2] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant string.
       strcpy(GP.parStrValue[PAR_ISW],"-1");;
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8390:8:  [2] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant string.
       strcpy(GP.parStrValue[PAR_IPS],"-1");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8468:8:  [2] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant string.
       strcpy(GP.parStrValue[PAR_IPS],"11");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8476:8:  [2] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant string.
       strcpy(GP.parStrValue[PAR_IPS],"12");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8484:8:  [2] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant string.
       strcpy(GP.parStrValue[PAR_IPS],"13");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8492:8:  [2] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant string.
       strcpy(GP.parStrValue[PAR_IPS],"14");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8500:8:  [2] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant string.
       strcpy(GP.parStrValue[PAR_IPS],"15");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9345:3:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  char *name,command[100];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9396:3:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  char *name,command[100];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9414:3:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  char *name,nm[10];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9470:3:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  char from[10],to[10],command[120];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9497:3:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  char from[10],to[10];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9705:3:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  char from[10],to[10],command[120];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9731:3:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  char from[10],to[10];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9944:3:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  char from[10],to[10],command[120];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:9970:3:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  char from[10],to[10];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:11922:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char   parStrValue[36][WX_FNLEN];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:11925:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char   icpStrValue[2*MAX_NICP][WX_FNLEN];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:11928:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char   uzrStrValue[2*MAX_NUZR][WX_FNLEN];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:11931:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char   thlStrValue[2*MAX_NTHL][WX_FNLEN];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:11934:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char   thuStrValue[2*MAX_NTHU][WX_FNLEN];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:11966:13:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
  if( (fp = fopen(rfile,"r")) == NULL)  {
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:11980:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_NDIM],"%d",(int) GP.parValue[PAR_NDIM]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:11981:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_IPS ],"%d",(int) GP.parValue[PAR_IPS]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:11982:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_IRS ],"%d",(int) GP.parValue[PAR_IRS]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:11983:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_ILP ],"%d",(int) GP.parValue[PAR_ILP]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:11993:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_NICP],"%d",(int) GP.parValue[PAR_NICP]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12008:5:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
    sprintf(GP.icpStrValue[c],"%d",(int) GP.icpValue[c]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12012:5:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
    sprintf(GP.parStrValue[PAR_ICP],"%d",(int)GP.parValue[PAR_ICP]);    
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12036:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_NTST],"%d",(int) GP.parValue[PAR_NTST]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12037:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_NCOL],"%d",(int) GP.parValue[PAR_NCOL]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12038:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_IAD],"%d",(int) GP.parValue[PAR_IAD]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12039:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_ISP],"%d",(int) GP.parValue[PAR_ISP]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12040:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_ISW],"%d",(int) GP.parValue[PAR_ISW]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12041:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_IPLT],"%d",(int) GP.parValue[PAR_IPLT]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12042:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_NBC],"%d",(int) GP.parValue[PAR_NBC]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12043:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_NINT],"%d",(int) GP.parValue[PAR_NINT]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12059:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_NMX],"%d",(int) GP.parValue[PAR_NMX]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12060:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_RL0],"%lg", GP.parValue[PAR_RL0]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12061:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_RL1],"%lg", GP.parValue[PAR_RL1]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12062:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_A0],"%lg", GP.parValue[PAR_A0]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12063:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_A1],"%lg", GP.parValue[PAR_A1]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12082:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_NPR],"%d",(int) GP.parValue[PAR_NPR]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12083:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_MXBF],"%d",(int) GP.parValue[PAR_MXBF]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12084:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_IID],"%d",(int) GP.parValue[PAR_IID]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12085:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_ITMX],"%d",(int) GP.parValue[PAR_ITMX]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12086:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_ITNW],"%d",(int) GP.parValue[PAR_ITNW]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12087:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_NWTN],"%d",(int) GP.parValue[PAR_NWTN]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12088:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_JAC],"%d",(int) GP.parValue[PAR_JAC]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12101:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_EPSL],"%lg",GP.parValue[PAR_EPSL]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12102:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_EPSU],"%lg",GP.parValue[PAR_EPSU]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12103:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_EPSS],"%lg",GP.parValue[PAR_EPSS]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12118:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_DS],"%lg",GP.parValue[PAR_DS]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12119:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_DSMIN],"%lg",GP.parValue[PAR_DSMIN]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12120:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_DSMAX],"%lg",GP.parValue[PAR_DSMAX]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12121:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_IADS],"%d",(int) GP.parValue[PAR_IADS]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12144:5:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
    sprintf(GP.thlStrValue[k1],"%d",(int) GP.thlValue[k1]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12145:5:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
    sprintf(GP.thlStrValue[k2],"%lg",      GP.thlValue[k2]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12149:5:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
    sprintf(GP.parStrValue[PAR_NTHL],"%lg",GP.parValue[PAR_NTHL]);    
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12172:5:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
    sprintf(GP.thuStrValue[k1],"%d",(int) GP.thuValue[k1]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12173:5:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
    sprintf(GP.thuStrValue[k2],"%lg",      GP.thuValue[k2]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12177:5:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
    sprintf(GP.parStrValue[PAR_NTHU],"%lg",GP.parValue[PAR_NTHU]);    
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12198:5:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
    sprintf(GP.uzrStrValue[k1],"%d",(int) GP.uzrValue[k1]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12199:5:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
    sprintf(GP.uzrStrValue[k2],"%lg",      GP.uzrValue[k2]);  
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12203:5:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
    sprintf(GP.parStrValue[PAR_NUZR],"%lg",GP.parValue[PAR_NUZR]);    
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12239:13:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
  if( (fp = fopen(rfile,"w")) == NULL) 
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12430:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_NUZR],"%d",k2);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12442:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_NTHL],"%d",k2);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12452:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_NTHU],"%d",k2);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12463:3:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
  sprintf(GP.parStrValue[PAR_NICP],"%d",k2);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12617:7:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
      sprintf(GP.parStrValue[PAR_NICP],"%d",(int)GP.parValue[PAR_NICP]);      
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12624:7:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
      sprintf(GP.icpStrValue[i],"%d",(int) GP.icpValue[i]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12635:7:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
      sprintf(GP.parStrValue[PAR_ICP],"%d",(int)GP.parValue[PAR_ICP]); 
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12655:7:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
      sprintf(GP.uzrStrValue[k1],"%d",(int) GP.uzrValue[k1]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12659:7:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
      sprintf(GP.uzrStrValue[k2],"%lg",GP.uzrValue[k2]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12677:7:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
      sprintf(GP.parStrValue[PAR_NUZR],"%d",(int) GP.parValue[PAR_NUZR]);       
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12697:7:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
      sprintf(GP.thlStrValue[k1],"%d",(int) GP.thlValue[k1]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12701:7:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
      sprintf(GP.thlStrValue[k2],"%lg",GP.thlValue[k2]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12722:7:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
      sprintf(GP.parStrValue[PAR_NTHL],"%d",(int) GP.parValue[PAR_NTHL]);       
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12740:7:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
      sprintf(GP.thuStrValue[k1],"%d",(int) GP.thuValue[k1]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12744:7:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
      sprintf(GP.thuStrValue[k2],"%lg",GP.thuValue[k2]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12763:7:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
      sprintf(GP.parStrValue[PAR_NTHU],"%d",(int)GP.parValue[PAR_NTHU]);       
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12849:10:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  static char dir[100];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12853:6:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
  fp=fopen("./XAutoDir","r");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12891:3:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  char      *format,str[100],s[20];  /* DANGER: Fixed buffer size */
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12931:4:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
   char command[100];
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12933:4:  [2] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant string.
   strcpy(command,"ps | awk '/");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12935:4:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
   strcat(command,"/ {print $1}' > autopid");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12938:9:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
   fp = fopen("autopid","r");   
data/auto-07p-0.9.2+dfsg/07p/include/GuiPar.h:43:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char    nthlStr[WX_TEXTLENGTH],nthuStr[WX_TEXTLENGTH],nuzrStr[WX_TEXTLENGTH];
data/auto-07p-0.9.2+dfsg/07p/include/GuiPar.h:45:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char    thlStrValue[2*MAX_NTHL][WX_TEXTLENGTH];
data/auto-07p-0.9.2+dfsg/07p/include/GuiPar.h:48:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char    thuStrValue[2*MAX_NTHU][WX_TEXTLENGTH];
data/auto-07p-0.9.2+dfsg/07p/include/GuiPar.h:51:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char    uzrStrValue[2*MAX_NUZR][WX_TEXTLENGTH];
data/auto-07p-0.9.2+dfsg/07p/include/GuiPar.h:54:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char    icpStrValue[20*MAX_NICP][WX_TEXTLENGTH];
data/auto-07p-0.9.2+dfsg/07p/include/GuiPar.h:60:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char    fileDir[WX_FNLEN];
data/auto-07p-0.9.2+dfsg/07p/include/GuiPar.h:61:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char    filePattern[WX_FNLEN];
data/auto-07p-0.9.2+dfsg/07p/include/GuiPar.h:62:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char    fileName[WX_FNLEN];
data/auto-07p-0.9.2+dfsg/07p/include/GuiPar.h:63:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char    demoFileName[WX_FNLEN];
data/auto-07p-0.9.2+dfsg/07p/include/GuiPar.h:65:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char	xedit[WX_FNLEN];
data/auto-07p-0.9.2+dfsg/07p/include/GuiPar.h:66:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char	emacs[WX_FNLEN];
data/auto-07p-0.9.2+dfsg/07p/include/GuiPar.h:67:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char    command[WX_FNLEN];
data/auto-07p-0.9.2+dfsg/07p/include/GuiPar.h:71:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char    q[10];
data/auto-07p-0.9.2+dfsg/07p/include/GuiPar.h:72:1:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
char    autoDir[50];
data/auto-07p-0.9.2+dfsg/07p/plaut04/includes/gplaut04.h:236:14:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
extern const char * graphWidgetItems[GRAPH_WIDGET_ITEMS];
data/auto-07p-0.9.2+dfsg/07p/plaut04/includes/r3bplaut04.h:36:14:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
extern const char * graphWidgetItems[GRAPH_WIDGET_ITEMS];
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/axis.c++:314:5:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
    char strScale[10];
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/axis.c++:315:5:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
    sprintf(strScale, "%8.2e", scale);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/bifurcation.c++:120:5:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
    char a[30];
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/bifurcation.c++:121:5:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
    sprintf(a, "%ld", label);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/bifurcation.c++:693:14:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
    inFile = fopen(bFileName, "rt");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/bifurcation.c++:726:6:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
	    char dummystr[25], c;
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/bifurcation.c++:821:14:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
    inFile = fopen(bFileName, "rt");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/createDisk.c++:29:5:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
    strcat(diskFileName, "/plaut04/widgets/disk.iv");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/createLegend.c++:41:5:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
    char strScale[10];
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/createLegend.c++:42:5:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
    sprintf(strScale, "%8.3e", value);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/createLegend.c++:184:11:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
    const char *tyNames[13]=
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/createLegend.c++:265:5:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
    char tyNames[13][10]=
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/createSphere.c++:21:5:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
    strcat(diskFileName, "/plaut04/widgets/sphere.iv");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:193:20:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
    FILE *myFile = fopen(filename, "w");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:1608:16:  [2] (misc) open:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
        inFile.open(resource.c_str());
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:1616:16:  [2] (misc) open:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
        inFile.open(resource.c_str());
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:2265:19:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
        outFile = fopen("plaut04.rc.out", "w");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:2267:19:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
        outFile = fopen("r3bplaut04.rc.out", "w");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:2723:5:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
    char routeprintCmd[BUFSIZE];
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:2724:5:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
    char conversionCmd[BUFSIZE];
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainqt.c++:209:13:  [2] (misc) open:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
MainWindow::open()
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainqt.c++:889:49:  [2] (misc) open:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
    pulldown->insertItem("&Open...", this, SLOT(open()),
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainqt.c++:1205:10:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
	    if (atoi(info.release) >= 13)
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainqt.c++:2457:64:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
        xCoordIndices.push_back((strcasecmp(tmp,"t")==0) ? 0 : atoi(tmp));
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainqt.c++:2485:64:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
        yCoordIndices.push_back((strcasecmp(tmp,"t")==0) ? 0 : atoi(tmp));
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainqt.c++:2513:64:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
        zCoordIndices.push_back((strcasecmp(tmp,"t")==0) ? 0 : atoi(tmp));
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainqt.c++:2547:8:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
	      atoi(tmp)-myLabels[0]);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainqt.c++:2610:18:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
    static const char *myText[9] =
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainqt.h:122:10:  [2] (misc) open:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
    void open();
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:1472:5:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
    char (*numberPList)[5] = new char [nItems][5];
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:1476:5:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
    sprintf(numberPList[0], "%i", 0);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:1479:9:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
        sprintf(numberPList[i+1], "%i", iam);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:1648:5:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
    char xString[5];
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:1652:9:  [2] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant string.
        strcpy(xString,"3D");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:1656:9:  [2] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant string.
        strcpy(xString,"2D");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:2066:46:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
      strList[i] = XmStringCreateLocalized ((char *)systemLinePatternLookAndFeel[i]);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:2173:75:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
        widgetList[num++] = createLineColorAndPatternPrefSheetGuts(form, (char *)name[i], i);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:2385:60:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
        Widget w = XmCreateToggleButtonGadget (toggleBox, (char *)coordSysItems[i], args, n);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:2437:60:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
        Widget w = XmCreateToggleButtonGadget (toggleBox, (char *)graphStyleItems[i], args, n);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:2507:60:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
        Widget w = XmCreateToggleButtonGadget (toggleBox, (char *)graphTypeItems[i], args, n);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:2559:60:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
        Widget w = XmCreateToggleButtonGadget (toggleBox, (char *)graphWidgetItems[i], args, n);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:2635:61:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
        Widget w = XmCreateToggleButtonGadget (toggleBox1, (char *)coordItems[i], args, n);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:2737:42:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
    tab = XmCreatePushButton (notebook, (char *)tabName[0], args, n);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:2750:42:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
    tab = XmCreatePushButton (notebook, (char *)tabName[1], args, n);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:3203:68:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
            xCoordIndices.push_back((strcasecmp(tmp,"t")==0) ? 0 : atoi(tmp));
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:3235:68:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
            yCoordIndices.push_back((strcasecmp(tmp,"t")==0) ? 0 : atoi(tmp));
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:3267:68:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
            zCoordIndices.push_back((strcasecmp(tmp,"t")==0) ? 0 : atoi(tmp));
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:3304:8:  [2] (integer) atoi:
  Unless checked, the resulting number can exceed the expected range
  (CWE-190). If source untrusted, check both minimum and maximum, even if the
  input had no minus sign (large numbers can roll over into negative number;
  consider saving to an unsigned value if that is intended).
	      atoi(tmp)-myLabels[0]);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:3476:5:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
    char *str, temp[200];
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:3483:9:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
        strcat(str," Col[");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:3484:9:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
        sprintf(temp,"%2d",i+1);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:3486:9:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
        strcat(str," ] = ");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:3488:9:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
        sprintf(temp,"%+E",data[i]);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:3491:14:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
        else strcat(str," | ");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:3498:9:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
        strcat(tmpstr,"Eigenvalues:\n" );
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:3500:9:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
        strcat(tmpstr,"Floquet multipliers:\n" );
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:3503:9:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
        strcat(tmpstr," [");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:3504:9:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
        sprintf(temp,"%2d",j);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:3506:9:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
        strcat(tmpstr,"] : ");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:3507:9:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
        sprintf(temp,"%E",fmData[j*2]);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:3511:13:  [2] (buffer) sprintf:
  Does not check for buffer overflows (CWE-120). Use sprintf_s, snprintf, or
  vsnprintf. Risk is low because the source has a constant maximum length.
            sprintf(temp,"%E",fabs(fmData[j*2+1]));
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:3513:13:  [2] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant string.
            strcat(tmpstr,"i\n");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/printToPS.c++:61:18:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
    FILE *file = fopen(filename,"w");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/readFM.c++:19:5:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
    char buffer[256];
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/readFM.c++:26:14:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
    inFile = fopen(dFileName, "r");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/solution.c++:1789:16:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
    if((inFile=fopen(sFileName,"r"))==NULL)
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/solution.c++:1849:5:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
    char line[MAX_LINE_LENGTH];
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/solution.c++:1851:18:  [2] (misc) fopen:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
    if((inFile = fopen(sFileName,"r")) == NULL)
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/solution.c++:1926:25:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
                        char dummystr[25];
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/solution.c++:1957:25:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
                        char dummystr[25];
data/auto-07p-0.9.2+dfsg/07p/src/user_c.c:61:3:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  char ncode[4];
data/auto-07p-0.9.2+dfsg/07p/src/user_c.c:62:3:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
  memcpy(ncode, code, 3);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1078:5:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
    strcpy(GP.parStrValue[i],"");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1093:5:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
    strcpy(GP.thlStrValue[k1],"");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1094:5:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
    strcpy(GP.thlStrValue[k2],"");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1103:5:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
    strcpy(GP.thuStrValue[k1],"");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1104:5:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
    strcpy(GP.thuStrValue[k2],"");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1113:5:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
    strcpy(GP.uzrStrValue[k1],"");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1114:5:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
    strcpy(GP.uzrStrValue[k2],"");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1120:5:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
    strcpy(GP.icpStrValue[i],"");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1134:10:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    k1 = strlen(demoItems[i]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1135:5:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
    strncpy(demo,demoItems[i],k1-4);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1788:37:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
  fwrite(file_string, sizeof(char), strlen(file_string), fp);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1842:37:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
  fwrite(file_string, sizeof(char), strlen(file_string) + 1, tfp);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:1953:11:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
				(long)strlen(selected_string)+1, 0,
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:2876:5:  [1] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant character.
    strcat(name," ");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:3116:8:  [1] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant character.
       strcat(name," ");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7180:12:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
       k = strlen(demoItems[index]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7181:8:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
       strncpy(GP.demoFileName,demoItems[index],k-4);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7196:8:  [1] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant character.
       strcat(cmd,"/");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7247:12:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
       k = strlen(demoItems[index]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7248:8:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
       strncpy(GP.demoFileName,demoItems[index],k-4);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7281:12:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
       k = strlen(demoItems[index]);
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7282:8:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
       strncpy(name,demoItems[index],k-4); 
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:7287:8:  [1] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant character.
       strcat(file,"/");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8121:29:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
     char *s2 = s1 ? malloc(strlen(s1) + 1) : NULL;
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8219:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_JAC],"0");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8227:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_JAC],"1");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8242:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_NCOL],"2");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8250:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_NCOL],"3");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8258:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_NCOL],"4");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8266:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_NCOL],"5");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8274:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_NCOL],"6");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8282:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_NCOL],"7");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8297:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_ILP],"0");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8305:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_ILP],"1");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8320:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_ISP],"0");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8328:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_ISP],"1");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8336:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_ISP],"2");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8344:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_ISP],"3");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8367:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_ISW],"1");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8375:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_ISW],"2");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8398:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_IPS],"0");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8406:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_IPS],"1");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8414:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_IPS],"2");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8422:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_IPS],"3");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8430:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_IPS],"4");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8438:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_IPS],"5");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8446:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_IPS],"6");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8454:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_IPS],"7");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8461:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_IPS],"8");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8515:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_IID],"0");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8523:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_IID],"1");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8531:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_IID],"2");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8539:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_IID],"3");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8547:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_IID],"4");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:8555:8:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
       strcpy(GP.parStrValue[PAR_IID],"5");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:11985:13:  [1] (buffer) fgetc:
  Check buffer boundaries if used in a loop including recursive loops
  (CWE-120, CWE-20).
  while( (c=fgetc(fp)) != '\n' );
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12015:5:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
    strcpy(GP.parStrValue[PAR_ICP],"");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12020:13:  [1] (buffer) fgetc:
  Check buffer boundaries if used in a loop including recursive loops
  (CWE-120, CWE-20).
  while( (c=fgetc(fp)) != '\n' );
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12046:13:  [1] (buffer) fgetc:
  Check buffer boundaries if used in a loop including recursive loops
  (CWE-120, CWE-20).
  while( (c=fgetc(fp)) != '\n' );
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12067:13:  [1] (buffer) fgetc:
  Check buffer boundaries if used in a loop including recursive loops
  (CWE-120, CWE-20).
  while( (c=fgetc(fp)) != '\n' );
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12091:13:  [1] (buffer) fgetc:
  Check buffer boundaries if used in a loop including recursive loops
  (CWE-120, CWE-20).
  while( (c=fgetc(fp)) != '\n' );
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12106:13:  [1] (buffer) fgetc:
  Check buffer boundaries if used in a loop including recursive loops
  (CWE-120, CWE-20).
  while( (c=fgetc(fp)) != '\n' );
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12124:13:  [1] (buffer) fgetc:
  Check buffer boundaries if used in a loop including recursive loops
  (CWE-120, CWE-20).
  while( (c=fgetc(fp)) != '\n' );
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12134:13:  [1] (buffer) fgetc:
  Check buffer boundaries if used in a loop including recursive loops
  (CWE-120, CWE-20).
  while( (c=fgetc(fp)) != '\n' );
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12152:5:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
    strcpy(GP.parStrValue[PAR_NTHL],"");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12162:13:  [1] (buffer) fgetc:
  Check buffer boundaries if used in a loop including recursive loops
  (CWE-120, CWE-20).
  while( (c=fgetc(fp)) != '\n' );
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12180:5:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
    strcpy(GP.parStrValue[PAR_NTHU],"");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12189:13:  [1] (buffer) fgetc:
  Check buffer boundaries if used in a loop including recursive loops
  (CWE-120, CWE-20).
  while( (c=fgetc(fp)) != '\n' );
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12206:5:  [1] (buffer) strcpy:
  Does not check for buffer overflows when copying to destination [MS-banned]
  (CWE-120). Consider using snprintf, strcpy_s, or strlcpy (warning: strncpy
  easily misused). Risk is low because the source is a constant character.
    strcpy(GP.parStrValue[PAR_NUZR],"");
data/auto-07p-0.9.2+dfsg/07p/gui/auto97.c:12828:8:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
   n = strlen(programName);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/bifurcation.c++:680:13:  [1] (buffer) fgetc:
  Check buffer boundaries if used in a loop including recursive loops
  (CWE-120, CWE-20).
        i = fgetc(f);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/bifurcation.c++:687:14:  [1] (buffer) read:
  Check buffer boundaries if used in a loop including recursive loops
  (CWE-120, CWE-20).
Bifurcation::read(const char *bFileName, int varIndices[])
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/bifurcation.c++:727:20:  [1] (buffer) fscanf:
  It's unclear if the %s limit in the format string is small enough
  (CWE-120). Check that the limit is sufficiently small, or use a different
  input function.
            while (fscanf(inFile,"%24s%c", dummystr, &c) == 2) {
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/bifurcation.h:17:10:  [1] (buffer) read:
  Check buffer boundaries if used in a loop including recursive loops
  (CWE-120, CWE-20).
    bool read(const char *bFileName, int varIndices[]);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/createDisk.c++:27:35:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    char *diskFileName = new char[strlen(autoDir) + 30];
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/createSphere.c++:19:35:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    char *diskFileName = new char[strlen(autoDir) + 32];
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:223:31:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    char *command = new char [strlen(autoDir) + 50];
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:311:38:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        char *bgFileName = new char [strlen(autoDir) + 34];
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:961:25:  [1] (buffer) read:
  Check buffer boundaries if used in a loop including recursive loops
  (CWE-120, CWE-20).
        if (!myBifNode->read(bFileName.c_str(), varIndices))
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:971:36:  [1] (buffer) read:
  Check buffer boundaries if used in a loop including recursive loops
  (CWE-120, CWE-20).
        blOpenSolFile = mySolNode->read(sFileName.c_str(), varIndices);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmain.c++:1568:18:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    size_t len = strlen(word);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/gmainxt.c++:3490:49:  [1] (buffer) strcat:
  Does not check for buffer overflows when concatenating to destination
  [MS-banned] (CWE-120). Consider using strcat_s, strncat, strlcat, or
  snprintf (warning: strncat is easily misused). Risk is low because the
  source is a constant character.
        if(size<20 || (size>=20 && (i+1)%2==0)) strcat(str,"\n");
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/r3b/gmainr3b.c++:63:42:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        char *txtureFileName = new char [strlen(autoDir) + 30];
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/solution.c++:1815:19:  [1] (buffer) fgetc:
  Check buffer boundaries if used in a loop including recursive loops
  (CWE-120, CWE-20).
            while(fgetc(inFile)!='\n');
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/solution.c++:1840:16:  [1] (buffer) read:
  Check buffer boundaries if used in a loop including recursive loops
  (CWE-120, CWE-20).
bool Solution::read(const char* sFileName, int varIndices[])
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/solution.c++:1916:15:  [1] (buffer) fgetc:
  Check buffer boundaries if used in a loop including recursive loops
  (CWE-120, CWE-20).
        while(fgetc(inFile)!='\n');
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/solution.c++:1927:25:  [1] (buffer) fscanf:
  It's unclear if the %s limit in the format string is small enough
  (CWE-120). Check that the limit is sufficiently small, or use a different
  input function.
                        fscanf(inFile,"%24s",dummystr);
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/solution.c++:2730:42:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
        char *txtureFileName = new char [strlen(autoDir) + 30];
data/auto-07p-0.9.2+dfsg/07p/plaut04/src/solution.h:16:10:  [1] (buffer) read:
  Check buffer boundaries if used in a loop including recursive loops
  (CWE-120, CWE-20).
    bool read(const char* sFileName, int varIndices[]);

ANALYSIS SUMMARY:

Hits = 604
Lines analyzed = 32201 in approximately 0.84 seconds (38250 lines/second)
Physical Source Lines of Code (SLOC) = 22985
Hits@level = [0] 363 [1]  89 [2] 303 [3]   3 [4] 209 [5]   0
Hits@level+ = [0+] 967 [1+] 604 [2+] 515 [3+] 212 [4+] 209 [5+]   0
Hits/KSLOC@level+ = [0+] 42.0709 [1+] 26.278 [2+] 22.4059 [3+] 9.22341 [4+] 9.09289 [5+]   0
Dot directories skipped = 2 (--followdotdir overrides)
Minimum risk level = 1
Not every hit is necessarily a security vulnerability.
There may be other security vulnerabilities; review your code!
See 'Secure Programming HOWTO'
(https://dwheeler.com/secure-programs) for more information.