Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-919

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

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Minor Minor
    • None
    • 1.6
    • Installation (I)
    • None
    • 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");

            alexei Alexei Vladishev
            mastopj Joeri Mastop
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: