| author | Florian Forster <octo@collectd.org> | |
| Wed, 15 Nov 2017 21:26:11 +0000 (22:26 +0100) | ||
| committer | Florian Forster <octo@collectd.org> | |
| Fri, 17 Nov 2017 12:23:40 +0000 (13:23 +0100) | ||
| commit | eba50a34e2ca4c0823a5cb826c4e2123dab30e7f | |
| tree | 2b023789c93219a6f5403493dc6e84dcdb3cd875 | tree | snapshot |
| parent | 7c2336dde35a7b42853b6ca167d4164619e52333 | commit | diff |
libcollectdclient: Ensure vl->values_len is non-zero.
That size_t is then used to declare Variable Length Arrays. Hopefully
this helps to convince Coverity that pkg_values and pkg_values_types are
actually fully initialized.
CID: 141009, 141010
That size_t is then used to declare Variable Length Arrays. Hopefully
this helps to convince Coverity that pkg_values and pkg_values_types are
actually fully initialized.
CID: 141009, 141010
| src/libcollectdclient/network_buffer.c | diff | blob | history |