Bug in src/libs/zbxsysinfo/unknown/swap.c

XMLWordPrintable

    • Type: Incident report
    • Resolution: Fixed
    • Priority: Minor
    • None
    • Affects Version/s: 1.6
    • Component/s: Installation (I)
    • None
    • Environment:
      Zabbix 1.6.4 sources

      Bug in src/libs/zbxsysinfo/unknown/swap.c, line 293:

      Syntax error. Insert a comma after "sizeof(swapdev)".

      Before:
      zbx_snprintf(swapdev, sizeof(swapdev) "all");
      After:
      zbx_snprintf(swapdev, sizeof(swapdev), "all");

            Assignee:
            Alexei Vladishev
            Reporter:
            Joeri Mastop
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: