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

Explicit null dereferenced reported by Coverity (Java gateway)

XMLWordPrintable

    • Team A
    • Sprint 1

      Object userValue can stay NULL if configuration parameter type none of these values - TYPE_INTEGER, TYPE_INTEGER, TYPE_FILE, but execute method cannot handling NULL pointer.

      /src/zabbix_java/src/com/zabbix/gateway/ConfigurationParameter.java:

      CID 155649: Explicit null dereferenced (FORWARD_NULL)6. var_deref_model: Passing null pointer userValue to execute, which dereferences it.

      if (null != postValidator)
      	postValidator.execute(userValue);
      

            Unassigned Unassigned
            s.paskevics Sergejs Paskevics
            Team A
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: