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

Mistake in DCsync_item

    XMLWordPrintable

Details

    • Incident report
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.8.2
    • 1.8.3
    • Server (S)
    • None

    Description

      in src/libs/zbxdbcache/dbconfig.c in function DCsync_items():

      /* db items */
      i = get_nearestindex(config->dbitems, sizeof(ZBX_DC_LOGITEM),
      config->dbitems_num, itemid);

      sizeof(ZBX_DC_LOGITEM) is incorrect and must be replaced with sizeof(ZBX_DC_DBITEM)

      Attachments

        Activity

          People

            sasha Alexander Vladishev
            cyyr Kirill Fateev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: