Code

ceph plugin: Assert that the strings on the stack are non-NULL.
authorFlorian Forster <octo@collectd.org>
Tue, 16 Aug 2016 05:09:45 +0000 (07:09 +0200)
committerFlorian Forster <octo@collectd.org>
Tue, 16 Aug 2016 05:09:45 +0000 (07:09 +0200)
commitc9d019339f9ecc99c698bf186e53d5b72b951c27
treee6fd75c53ad91172e020e8a4c7af77a546c53078
parentf674a62840d14f4559a5bf828cf18e767ab77512
ceph plugin: Assert that the strings on the stack are non-NULL.

The static analyzer is whining about passing NULLs to strcmp().
src/ceph.c