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

XMLWordPrintable

    • Type: Incident report
    • Resolution: Fixed
    • Priority: Blocker
    • 1.8.3, 1.9.0 (alpha)
    • Affects Version/s: 1.8.2
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: