plugin: Use strcasecmp rather than strncasecmp to find a plugin.
authorSebastian Harl <sh@tokkee.org>
Fri, 27 Feb 2015 15:49:01 +0000 (16:49 +0100)
committerSebastian Harl <sh@tokkee.org>
Fri, 27 Feb 2015 15:49:01 +0000 (16:49 +0100)
commitea73c57cc68be71f65d6bf491e2299eb88ab6eca
tree4f2031ba9ca77be00cea0ee40149e0d38894cc3e
parent7f8f2f96cdccf063b51c31c965cd19f0cd6281e3
plugin: Use strcasecmp rather than strncasecmp to find a plugin.

This makes collectd resistant against vulnerable copies of libltdl
(CVE-2009-3736). See <http://bugs.debian.org/559801#15> for further
details.
src/plugin.c