valgrind: suppress bogus "index" conditional dependencies on uninitialized bytes...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 30 Jun 2012 15:20:20 +0000 (15:20 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 30 Jun 2012 15:20:20 +0000 (15:20 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32552 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/valgrind/files/default.supp

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