valgrind.FreeBSD.suppress: parse_value(): Always suppress the strlen() false positive.
authorFlorian Forster <octo@collectd.org>
Tue, 16 May 2017 09:27:53 +0000 (11:27 +0200)
committerFlorian Forster <octo@collectd.org>
Tue, 16 May 2017 09:27:55 +0000 (11:27 +0200)
commit77e4c7e764b2af05f19e6e7562ce31a2eb936bfe
tree4570e09cd6cee731355123d942ccade34563770f
parent798339ec371ea2f38ef4f2090a9bb98b766da44b
valgrind.FreeBSD.suppress: parse_value(): Always suppress the strlen() false positive.

Previously, this was only suppressed when called via parse_values()
(note the plural).

Fixes: #2282
src/valgrind.FreeBSD.suppress