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)
Previously, this was only suppressed when called via parse_values()
(note the plural).

Fixes: #2282

src/valgrind.FreeBSD.suppress

index 7a23817..862085d 100644 (file)
@@ -2,7 +2,6 @@
    strlen_bogus_invalid_read_after_strdup
    Memcheck:Addr4
    fun:parse_value
-   fun:parse_values
    ...
    fun:main
 }