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/vdr-plugin-skinenigmang-0.1.2+git20190720/bitmap.h
Examining data/vdr-plugin-skinenigmang-0.1.2+git20190720/texteffects.c
Examining data/vdr-plugin-skinenigmang-0.1.2+git20190720/setup.h
Examining data/vdr-plugin-skinenigmang-0.1.2+git20190720/logo.h
Examining data/vdr-plugin-skinenigmang-0.1.2+git20190720/logo.c
Examining data/vdr-plugin-skinenigmang-0.1.2+git20190720/status.h
Examining data/vdr-plugin-skinenigmang-0.1.2+git20190720/tools.c
Examining data/vdr-plugin-skinenigmang-0.1.2+git20190720/config.c
Examining data/vdr-plugin-skinenigmang-0.1.2+git20190720/bitmap.c
Examining data/vdr-plugin-skinenigmang-0.1.2+git20190720/config.h
Examining data/vdr-plugin-skinenigmang-0.1.2+git20190720/texteffects.h
Examining data/vdr-plugin-skinenigmang-0.1.2+git20190720/services/avards.h
Examining data/vdr-plugin-skinenigmang-0.1.2+git20190720/services/epgsearch.h
Examining data/vdr-plugin-skinenigmang-0.1.2+git20190720/services/mailbox.h
Examining data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c
Examining data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c
Examining data/vdr-plugin-skinenigmang-0.1.2+git20190720/font.h
Examining data/vdr-plugin-skinenigmang-0.1.2+git20190720/setup.c
Examining data/vdr-plugin-skinenigmang-0.1.2+git20190720/tools.h
Examining data/vdr-plugin-skinenigmang-0.1.2+git20190720/status.c
Examining data/vdr-plugin-skinenigmang-0.1.2+git20190720/font.c
Examining data/vdr-plugin-skinenigmang-0.1.2+git20190720/common.h
Examining data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.h

FINAL RESULTS:

data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:681:5:  [4] (format) sprintf:
  Potential format string problem (CWE-134). Make format string constant.
    sprintf(dev, FRONTEND_DEVICE, cardIndex, 0);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:1812:57:  [4] (format) sprintf:
  Potential format string problem (CWE-134). Make format string constant.
                       WithDisk ? (const char*)cString::sprintf("%s  -  %s", strTitle, *cVideoDiskUsage::String()) : strTitle,
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:2778:29:  [4] (format) sprintf:
  Potential format string problem (CWE-134). Make format string constant.
        filename = cString::sprintf("%s/%03d.vdr", Recording->FileName(), ++i);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:2780:29:  [4] (format) sprintf:
  Potential format string problem (CWE-134). Make format string constant.
        filename = cString::sprintf("%s/%05d.ts", Recording->FileName(), ++i);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:2782:27:  [4] (format) sprintf:
  Potential format string problem (CWE-134). Make format string constant.
      filename = cString::sprintf("%s/%03d.vdr", Recording->FileName(), ++i);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:2892:33:  [4] (format) sprintf:
  Potential format string problem (CWE-134). Make format string constant.
          strRecSize = cString::sprintf("%s: %.2f GB (%s: %.2f GB)", tr("Size"), (float)nRecSize / MEGABYTE(1024), tr("cut"), (float)nRecSizeCut / MEGABYTE(1024));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:2894:33:  [4] (format) sprintf:
  Potential format string problem (CWE-134). Make format string constant.
          strRecSize = cString::sprintf("%s: %lld MB (%s: %lld MB)", tr("Size"), nRecSize / MEGABYTE(1), tr("cut"), nRecSizeCut / MEGABYTE(1));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:2897:33:  [4] (format) sprintf:
  Potential format string problem (CWE-134). Make format string constant.
          strRecSize = cString::sprintf("%s: %.2f GB", tr("Size"), (float)nRecSize / MEGABYTE(1024));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:2899:33:  [4] (format) sprintf:
  Potential format string problem (CWE-134). Make format string constant.
          strRecSize = cString::sprintf("%s: %lld MB", tr("Size"), nRecSize / MEGABYTE(1));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:2912:30:  [4] (format) sprintf:
  Potential format string problem (CWE-134). Make format string constant.
        strLength = cString::sprintf("%s: %s (%s %s)", tr("Length"), *IndexToHMSF(nLastIndex, false, Recording->FramesPerSecond()), tr("cut"), *IndexToHMSF(nCutLength, false, Recording->FramesPerSecond()));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:2914:30:  [4] (format) sprintf:
  Potential format string problem (CWE-134). Make format string constant.
        strLength = cString::sprintf("%s: %s (%s %s)", tr("Length"), *IndexToHMSF(nLastIndex), tr("cut"), *IndexToHMSF(nCutLength));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:2918:30:  [4] (format) sprintf:
  Potential format string problem (CWE-134). Make format string constant.
        strLength = cString::sprintf("%s: %s", tr("Length"), *IndexToHMSF(nLastIndex, false, Recording->FramesPerSecond()));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:2920:30:  [4] (format) sprintf:
  Potential format string problem (CWE-134). Make format string constant.
        strLength = cString::sprintf("%s: %s", tr("Length"), *IndexToHMSF(nLastIndex));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:2926:37:  [4] (format) sprintf:
  Potential format string problem (CWE-134). Make format string constant.
      cString strBitrate = cString::sprintf("%s: %s\n%s: %.2f MBit/s (Video+Audio)", tr("Format"), Recording->IsPesRecording() ? "PES" : "TS", tr("Est. bitrate"), (float)nRecSize / nLastIndex * Recording->FramesPerSecond() * 8 / MEGABYTE(1));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:2928:37:  [4] (format) sprintf:
  Potential format string problem (CWE-134). Make format string constant.
      cString strBitrate = cString::sprintf("%s: %.2f MBit/s (Video+Audio)", tr("Est. bitrate"), (float)nRecSize / nLastIndex * FRAMESPERSEC * 8 / MEGABYTE(1));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/logo.c:119: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(filename, strLogo);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/logo.c:216:7:  [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(fileNameP, R_OK) == 0) {
data/vdr-plugin-skinenigmang-0.1.2+git20190720/status.c:56: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.
    else if (access(Name, F_OK) == 0)
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:93:15:  [3] (buffer) getopt_long:
  Some older implementations do not protect against internal buffer overflows
  (CWE-120, CWE-20). Check implementation on installation, or limit the size
  of all string inputs.
  while ((c = getopt_long(argc, argv, "i:f:l:", long_options, NULL)) != -1) {
data/vdr-plugin-skinenigmang-0.1.2+git20190720/config.c:21:7:  [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 *imageExtensionTexts[NUM_IMAGEEXTENSIONTEXTS] = { "xpm", "jpg", "png" };
data/vdr-plugin-skinenigmang-0.1.2+git20190720/config.c:160:27:  [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).
      allFonts[id].Size = atoi(tmp + 1);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/config.c:163:30:  [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).
        allFonts[id].Width = atoi(tmp + 1);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/config.h:15: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 *imageExtensionTexts[NUM_IMAGEEXTENSIONTEXTS];
data/vdr-plugin-skinenigmang-0.1.2+git20190720/config.h:70: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[MAXFONTNAME + 1];
data/vdr-plugin-skinenigmang-0.1.2+git20190720/config.h:88: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 logoDir[255];
data/vdr-plugin-skinenigmang-0.1.2+git20190720/config.h:89: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 strImagesDir[255];
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:125: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.
static const char *strAudio_large[MAX_AUDIO_BITMAPS] = {
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:132: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.
static const char *strSlowForward_large[MAX_TRICKSPEED_BITMAPS] = {
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:138: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.
static const char *strFastForward_large[MAX_SPEED_BITMAPS] = {
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:150: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.
static const char *strSlowRewind_large[MAX_TRICKSPEED_BITMAPS] = {
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:156: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.
static const char *strFastRewind_large[MAX_SPEED_BITMAPS] = {
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:679:12:  [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 dev[256];
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:682:18:  [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).
    m_Frontend = open(dev, O_RDONLY | O_NONBLOCK);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:764: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 buffer[256];
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:776: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 buffer[256];
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:899: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 sLen[6];
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:900: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 sNow[12];
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:998: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 sLen[6];
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:2144:7:  [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[9];
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:2475:7:  [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 vps[6];
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:2717: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 buffer[20];
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:2722: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).
      int fd = open(strFilename, O_RDONLY);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:2725:21:  [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).
          dirSize = atoi(buffer);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:3111: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 temp[32];
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:3142:7:  [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 temp[32];
data/vdr-plugin-skinenigmang-0.1.2+git20190720/logo.c:118: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(filename, "logos/");
data/vdr-plugin-skinenigmang-0.1.2+git20190720/setup.c:143: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 tmp[sizeof(EnigmaConfig.allFonts[0].Name) + 8];
data/vdr-plugin-skinenigmang-0.1.2+git20190720/setup.h:36:9:  [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 *showRemainingTexts[4];
data/vdr-plugin-skinenigmang-0.1.2+git20190720/setup.h:37:9:  [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 *showRecSizeTexts[3];
data/vdr-plugin-skinenigmang-0.1.2+git20190720/setup.h:38:9:  [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 *statusLineModeTexts[3];
data/vdr-plugin-skinenigmang-0.1.2+git20190720/setup.h:39:9:  [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 *showScrollbarTexts[3];
data/vdr-plugin-skinenigmang-0.1.2+git20190720/setup.h:49:9:  [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 *showSymbolsTexts[4];
data/vdr-plugin-skinenigmang-0.1.2+git20190720/setup.h:50:9:  [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 *resizeImagesTexts[3];
data/vdr-plugin-skinenigmang-0.1.2+git20190720/setup.h:52:9:  [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 *showMailIconTexts[3];
data/vdr-plugin-skinenigmang-0.1.2+git20190720/setup.h:54:9:  [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 *showStatusSymbolsTexts[3];
data/vdr-plugin-skinenigmang-0.1.2+git20190720/setup.h:64:9:  [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 *scrollModeTexts[2];
data/vdr-plugin-skinenigmang-0.1.2+git20190720/setup.h:103:9:  [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 *useSubtitleRerunTexts[3];
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:173:96:  [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 (!strcasecmp(OptionName, "SingleArea8Bpp"))            EnigmaConfig.singleArea8Bpp = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:174:93:  [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).
  else if (!strcasecmp(OptionName, "ShowAuxInfo"))               EnigmaConfig.showAuxInfo = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:175:97:  [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).
  else if (!strcasecmp(OptionName, "ShowProgressBar"))           EnigmaConfig.showProgressbar = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:176:95:  [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).
  else if (!strcasecmp(OptionName, "ShowRemaining"))             EnigmaConfig.showRemaining = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:177:97:  [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).
  else if (!strcasecmp(OptionName, "ShowListSymbols"))           EnigmaConfig.showListSymbols = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:178:93:  [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).
  else if (!strcasecmp(OptionName, "ShowSymbols"))               EnigmaConfig.showSymbols = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:179:97:  [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).
  else if (!strcasecmp(OptionName, "ShowSymbolsMenu"))           EnigmaConfig.showSymbolsMenu = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:180:99:  [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).
  else if (!strcasecmp(OptionName, "ShowSymbolsReplay"))         EnigmaConfig.showSymbolsReplay = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:181:97:  [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).
  else if (!strcasecmp(OptionName, "ShowSymbolsMsgs"))           EnigmaConfig.showSymbolsMsgs = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:182:98:  [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).
  else if (!strcasecmp(OptionName, "ShowSymbolsAudio"))          EnigmaConfig.showSymbolsAudio = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:183:103:  [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).
  else if (!strcasecmp(OptionName, "ShowColSymbolsDetails"))     EnigmaConfig.showColSymbolsDetails = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:184:90:  [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).
  else if (!strcasecmp(OptionName, "ShowLogo"))                  EnigmaConfig.showLogo = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:185:90:  [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).
  else if (!strcasecmp(OptionName, "ShowInfo"))                  EnigmaConfig.showInfo = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:186:94:  [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).
  else if (!strcasecmp(OptionName, "MinInfoWidth"))              EnigmaConfig.minInfoWidth = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:187:92:  [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).
  else if (!strcasecmp(OptionName, "ShowMarker"))                EnigmaConfig.showMarker = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:188:89:  [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).
  else if (!strcasecmp(OptionName, "ShowVPS"))                   EnigmaConfig.showVps = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:189:91:  [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).
  else if (!strcasecmp(OptionName, "ShowFlags"))                 EnigmaConfig.showFlags = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:190:95:  [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).
  else if (!strcasecmp(OptionName, "ShowCatGenCon"))             EnigmaConfig.showCatGenCon = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:191:91:  [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).
  else if (!strcasecmp(OptionName, "CacheSize"))                 EnigmaConfig.cacheSize = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:192:94:  [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).
  else if (!strcasecmp(OptionName, "UseChannelId"))              EnigmaConfig.useChannelId = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:193:91:  [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).
  else if (!strcasecmp(OptionName, "NumReruns"))                 EnigmaConfig.numReruns = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:194:98:  [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).
  else if (!strcasecmp(OptionName, "UseSubtitleRerun"))          EnigmaConfig.useSubtitleRerun = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:195:100:  [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).
  else if (!strcasecmp(OptionName, "ShowTimerConflicts"))        EnigmaConfig.showTimerConflicts = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:196:93:  [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).
  else if (!strcasecmp(OptionName, "ShowRecSize"))               EnigmaConfig.showRecSize = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:197:92:  [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).
  else if (!strcasecmp(OptionName, "ShowImages"))                EnigmaConfig.showImages = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:198:94:  [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).
  else if (!strcasecmp(OptionName, "ResizeImages"))              EnigmaConfig.resizeImages = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:199:94:  [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).
  else if (!strcasecmp(OptionName, "ShowMailIcon"))              EnigmaConfig.showMailIcon = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:200:92:  [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).
  else if (!strcasecmp(OptionName, "ImageWidth"))                EnigmaConfig.imageWidth = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:201:93:  [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).
  else if (!strcasecmp(OptionName, "ImageHeight"))               EnigmaConfig.imageHeight = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:202:96:  [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).
  else if (!strcasecmp(OptionName, "ImageExtension"))            EnigmaConfig.imageExtension = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:203:96:  [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).
  else if (!strcasecmp(OptionName, "FullTitleWidth"))            EnigmaConfig.fullTitleWidth = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:204:96:  [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).
  else if (!strcasecmp(OptionName, "UseTextEffects"))            EnigmaConfig.useTextEffects = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:205:93:  [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).
  else if (!strcasecmp(OptionName, "ScrollDelay"))               EnigmaConfig.scrollDelay = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:206:93:  [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).
  else if (!strcasecmp(OptionName, "ScrollPause"))               EnigmaConfig.scrollPause = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:207:92:  [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).
  else if (!strcasecmp(OptionName, "ScrollMode"))                EnigmaConfig.scrollMode = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:208:92:  [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).
  else if (!strcasecmp(OptionName, "BlinkPause"))                EnigmaConfig.blinkPause = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:209:92:  [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).
  else if (!strcasecmp(OptionName, "ScrollInfo"))                EnigmaConfig.scrollInfo = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:210:96:  [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).
  else if (!strcasecmp(OptionName, "ScrollListItem"))            EnigmaConfig.scrollListItem = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:211:93:  [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).
  else if (!strcasecmp(OptionName, "ScrollOther"))               EnigmaConfig.scrollOther = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:212:93:  [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).
  else if (!strcasecmp(OptionName, "ScrollTitle"))               EnigmaConfig.scrollTitle = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:213:102:  [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).
  else if (!strcasecmp(OptionName, "FontOsdTitle"))              EnigmaConfig.SetFont(FONT_OSDTITLE, atoi(Value));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:215:101:  [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).
  else if (!strcasecmp(OptionName, "FontMessage"))               EnigmaConfig.SetFont(FONT_MESSAGE, atoi(Value));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:217:98:  [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).
  else if (!strcasecmp(OptionName, "FontDate"))                  EnigmaConfig.SetFont(FONT_DATE, atoi(Value));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:219:102:  [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).
  else if (!strcasecmp(OptionName, "FontHelpKeys"))              EnigmaConfig.SetFont(FONT_HELPKEYS, atoi(Value));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:221:101:  [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).
  else if (!strcasecmp(OptionName, "FontCiTitle"))               EnigmaConfig.SetFont(FONT_CITITLE, atoi(Value));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:223:104:  [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).
  else if (!strcasecmp(OptionName, "FontCiSubtitle"))            EnigmaConfig.SetFont(FONT_CISUBTITLE, atoi(Value));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:225:104:  [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).
  else if (!strcasecmp(OptionName, "FontCiLanguage"))            EnigmaConfig.SetFont(FONT_CILANGUAGE, atoi(Value));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:227:102:  [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).
  else if (!strcasecmp(OptionName, "FontListItem"))              EnigmaConfig.SetFont(FONT_LISTITEM, atoi(Value));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:229:111:  [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).
  else if (!strcasecmp(OptionName, "FontInfoTimerHeadline"))     EnigmaConfig.SetFont(FONT_INFOTIMERHEADLINE, atoi(Value));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:231:107:  [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).
  else if (!strcasecmp(OptionName, "FontInfoTimerText"))         EnigmaConfig.SetFont(FONT_INFOTIMERTEXT, atoi(Value));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:233:110:  [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).
  else if (!strcasecmp(OptionName, "FontInfoWarnHeadline"))      EnigmaConfig.SetFont(FONT_INFOWARNHEADLINE, atoi(Value));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:235:106:  [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).
  else if (!strcasecmp(OptionName, "FontInfoWarnText"))          EnigmaConfig.SetFont(FONT_INFOWARNTEXT, atoi(Value));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:237:106:  [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).
  else if (!strcasecmp(OptionName, "FontDetailsTitle"))          EnigmaConfig.SetFont(FONT_DETAILSTITLE, atoi(Value));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:239:109:  [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).
  else if (!strcasecmp(OptionName, "FontDetailsSubtitle"))       EnigmaConfig.SetFont(FONT_DETAILSSUBTITLE, atoi(Value));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:241:105:  [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).
  else if (!strcasecmp(OptionName, "FontDetailsDate"))           EnigmaConfig.SetFont(FONT_DETAILSDATE, atoi(Value));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:243:105:  [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).
  else if (!strcasecmp(OptionName, "FontDetailsText"))           EnigmaConfig.SetFont(FONT_DETAILSTEXT, atoi(Value));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:245:105:  [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).
  else if (!strcasecmp(OptionName, "FontReplayTimes"))           EnigmaConfig.SetFont(FONT_REPLAYTIMES, atoi(Value));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:247:99:  [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).
  else if (!strcasecmp(OptionName, "FontFixed"))                 EnigmaConfig.SetFont(FONT_FIXED, atoi(Value));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:249:88:  [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).
  else if (!strcasecmp(OptionName, "DynOSD"))                    EnigmaConfig.dynOsd = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:250:96:  [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).
  else if (!strcasecmp(OptionName, "StatusLineMode"))            EnigmaConfig.statusLineMode = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:251:96:  [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).
  else if (!strcasecmp(OptionName, "ShowWssSymbols"))            EnigmaConfig.showWssSymbols = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:252:99:  [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).
  else if (!strcasecmp(OptionName, "ShowStatusSymbols"))         EnigmaConfig.showStatusSymbols = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:253:95:  [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).
  else if (!strcasecmp(OptionName, "ShowScrollbar"))             EnigmaConfig.showScrollbar = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:254:96:  [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).
  else if (!strcasecmp(OptionName, "ShowSignalInfo"))            EnigmaConfig.showSignalInfo = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:255:92:  [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).
  else if (!strcasecmp(OptionName, "ShowCaMode"))                EnigmaConfig.showCaMode = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:256:98:  [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).
  else if (!strcasecmp(OptionName, "DrawRoundCorners"))          EnigmaConfig.drawRoundCorners = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:257:98:  [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).
  else if (!strcasecmp(OptionName, "ChannelLogoWidth"))          EnigmaConfig.channelLogoWidth = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:258:99:  [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).
  else if (!strcasecmp(OptionName, "ChannelLogoHeight"))         EnigmaConfig.channelLogoHeight = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:259:97:  [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).
  else if (!strcasecmp(OptionName, "SignalInfoWidth"))           EnigmaConfig.signalInfoWidth = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/skinenigmang.c:260:98:  [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).
  else if (!strcasecmp(OptionName, "ProgressBarWidth"))          EnigmaConfig.progressBarWidth = atoi(Value);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/status.c:15:7:  [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 *ReplayNames[7] =
data/vdr-plugin-skinenigmang-0.1.2+git20190720/status.h:15: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 *ReplayNames[7];
data/vdr-plugin-skinenigmang-0.1.2+git20190720/bitmap.c:41:11:  [1] (buffer) read:
  Check buffer boundaries if used in a loop including recursive loops
  (CWE-120, CWE-20).
    image.read(Filename);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/config.c:97:5:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
    strncpy(logoDir, logodirP, sizeof(logoDir));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/config.c:105:5:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
    strncpy(strImagesDir, dir, sizeof(strImagesDir));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/config.c:159:7:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
      strncpy(allFonts[id].Name, font, std::min((int)sizeof(allFonts[id].Name), (int)(tmp - font)));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/config.c:166:7:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
      strncpy(allFonts[id].Name, font, sizeof(allFonts[id].Name));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:1849:53:  [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).
#define IS_MAINMENU (strncmp(strTitlePrefix, Title, strlen(strTitlePrefix)) == 0)
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:2104:30:  [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 *c2 = (char*)(c + strlen(c) - 1);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:2154:13:  [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).
        if (strlen(s) == 3 && strchr(" tTR", s[0])
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:2162:14:  [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).
            (strlen(s) == 6 && s[5] == '*' && s[2] == ':' && isdigit(*s)
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:2164:17:  [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).
            || (strlen(s) == 9 && s[8] == '*' && s[5] == '.' && s[2] == '.'
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:2171:11:  [1] (buffer) strncpy:
  Easily used incorrectly; doesn't always \0-terminate or check for invalid
  pointers [MS-banned] (CWE-120).
          strncpy(buffer, s, strlen(s));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:2171:30:  [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).
          strncpy(buffer, s, strlen(s));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:2173: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).
          buffer[strlen(s) - 1] = '\0';
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:2179: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).
          (strlen(s) > 5 && s[0] == '[' && s[strlen(s) - 1] == ']')) {
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:2179:46:  [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).
          (strlen(s) > 5 && s[0] == '[' && s[strlen(s) - 1] == ']')) {
data/vdr-plugin-skinenigmang-0.1.2+git20190720/enigma.c:4244:84:  [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).
        const char *strLang = Track->description ? Track->description : (strFile + strlen("flags/")); //don't show "flags/" in OSD
data/vdr-plugin-skinenigmang-0.1.2+git20190720/logo.c:115: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).
  filename = (char *)malloc(strlen(strLogo) + 20 /* should be enough for folder */);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/setup.c:565:120:  [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).
    state = AddSubMenu(new cMenuSetupTTF(&data->allFonts[Current()], strncmp(Get(Current())->Text(), tr("Fixed Font"), strlen(tr("Fixed Font"))) == 0 ? &fontMonoNames : &fontNames));
data/vdr-plugin-skinenigmang-0.1.2+git20190720/status.c:35:9:  [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).
    if (strlen(Name) > 6 && Name[0] == '[' && Name[3] == ']' && Name[5] == '(') {
data/vdr-plugin-skinenigmang-0.1.2+git20190720/status.c:60:14:  [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).
    else if (strlen(Name) > 7) {
data/vdr-plugin-skinenigmang-0.1.2+git20190720/tools.c:57:16:  [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).
        tmp += strlen(AUX_TAGS_EPGSEARCH_ITEM_1A_START);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/tools.c:72: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).
          tmp += strlen(AUX_TAGS_EPGSEARCH_ITEM_2A_START);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/tools.c:90:20:  [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).
            tmp += strlen(AUX_TAGS_EPGSEARCH_ITEM_3A_START);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/tools.c:110:16:  [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).
        tmp += strlen(AUX_TAGS_EPGSEARCH_ITEM_1B_START);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/tools.c:124:24:  [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).
                tmp += strlen(AUX_TAGS_EPGSEARCH_ITEM_2B_START);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/tools.c:151:16:  [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).
      start += strlen(AUX_HEADER_EPGSEARCH);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/tools.c:166:16:  [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).
        tmp += strlen(AUX_TAGS_VDRADMIN_ITEM1_START);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/tools.c:185:16:  [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).
        tmp += strlen(AUX_TAGS_PIN_ITEM1_START);
data/vdr-plugin-skinenigmang-0.1.2+git20190720/tools.c:226:13:  [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).
    apos += strlen(name);

ANALYSIS SUMMARY:

Hits = 158
Lines analyzed = 7747 in approximately 0.20 seconds (38419 lines/second)
Physical Source Lines of Code (SLOC) = 6245
Hits@level = [0]  12 [1]  29 [2] 110 [3]   1 [4]  18 [5]   0
Hits@level+ = [0+] 170 [1+] 158 [2+] 129 [3+]  19 [4+]  18 [5+]   0
Hits/KSLOC@level+ = [0+] 27.2218 [1+] 25.3002 [2+] 20.6565 [3+] 3.04243 [4+] 2.88231 [5+]   0
Dot directories skipped = 1 (--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.