ceph plugin: fix scan-build warnings
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 30 May 2018 13:08:15 +0000 (15:08 +0200)
committerFlorian Forster <octo@collectd.org>
Mon, 8 Oct 2018 20:10:13 +0000 (22:10 +0200)
commitf68cb4a273127e2e448a5e1beff5a7e7bef2be64
tree93b8b1780a99bbefc2e058857276ac10d4ec3262
parent9c6c1bdb92537f307d245c52349d3f196ec4d33d
ceph plugin: fix scan-build warnings

src/ceph.c:284:8: warning: Null pointer argument in call to string comparison function
  (strcmp("filestore", state->stack[state->depth - 2]) == 0) &&
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/bits/string2.h:817:8: note: expanded from macro 'strcmp'
: __builtin_strcmp (s1, s2)))); })
  ^~~~~~~~~~~~~~~~~~~~~~~~~
src/ceph.c:285:8: warning: Null pointer argument in call to string comparison function
  (strcmp("journal_wr_bytes", state->stack[state->depth - 1]) == 0) &&
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/bits/string2.h:817:8: note: expanded from macro 'strcmp'
: __builtin_strcmp (s1, s2)))); })
  ^~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.

Cherry-pick for collectd-5.8.
src/ceph.c