src/common.c: get_kstat_value: Check the arguments and return error codes.
authorFlorian Forster <octo@collectd.org>
Thu, 6 Sep 2012 14:12:53 +0000 (16:12 +0200)
committerFlorian Forster <octo@collectd.org>
Thu, 6 Sep 2012 14:12:53 +0000 (16:12 +0200)
commit619eaff863528b2f97dc79371dddf46a69c7115d
treeb71539c2643d49a601935527fa542face3deb6a9
parent1e648d412b43d95f5fa85ac08f094067d7984afd
src/common.c: get_kstat_value: Check the arguments and return error codes.

Rather than asserting that an argument is not NULL, check this condition
and return an error code.

This should fix Github issue #71.
src/common.c