valgrind: suppress bogus "index" conditional dependencies on uninitialized bytes...
authorFelix Fietkau <nbd@openwrt.org>
Sat, 30 Jun 2012 15:20:20 +0000 (15:20 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 30 Jun 2012 15:20:20 +0000 (15:20 +0000)
SVN-Revision: 32552

utils/valgrind/files/default.supp

index 25fd01f0083a4bafff9ec7165c4c41435ecc489b..beff55984c93a491ad5b025a4bbb3c4f86bde3fe 100644 (file)
@@ -34,3 +34,9 @@
        fun:strnlen
        fun:*
 }
+{
+       index(Cond)
+       Memcheck:Cond
+       fun:index
+       fun:*
+}