libcollectdclient: Ensure vl->values_len is non-zero.
authorFlorian Forster <octo@collectd.org>
Wed, 15 Nov 2017 21:26:11 +0000 (22:26 +0100)
committerFlorian Forster <octo@collectd.org>
Fri, 17 Nov 2017 12:23:40 +0000 (13:23 +0100)
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


No differences found