valgrind: suppress bogus strlen conditional dependencies on uninitialized bytes warnings
authorFelix Fietkau <nbd@openwrt.org>
Fri, 29 Jun 2012 22:29:51 +0000 (22:29 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 29 Jun 2012 22:29:51 +0000 (22:29 +0000)
SVN-Revision: 32550

utils/valgrind/files/default.supp

index ada71f9f9b202a99ab3a6cbc6bd7def819bb68fc..4d4193a5490d987e717490d5e8143cb601189798 100644 (file)
@@ -22,3 +22,9 @@
    fun:*
    obj:/lib/ld-*
 }
+{
+       strlen(Cond)
+       Memcheck:Cond
+       fun:strlen
+       fun:*
+}