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

server crashes when data is sent in using ad-hoc protocol

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • 1.8.3, 1.9.0 (alpha)
    • 1.8.2
    • Server (S)
    • None

      Revision 8066 removed parsing of value:

      $ svn di -c 8066 trapper.c | tail -12

      @@ -693,10 +615,6 @@
      zbx_strlcpy(av.key, pl, sizeof(av.key));
      *pr = ':';

      • av.value = pr + 1;
      • av.lastlogsize = 0;
      • av.timestamp = 0;
      • av.source = NULL;
        av.severity = 0;
        }

      The value field remains NULL and the server crashes when it tries to dereference it.

            Unassigned Unassigned
            asaveljevs Aleksandrs Saveljevs
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: