valgrind: suppress bogus "index" conditional dependencies on uninitialized bytes warnings

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32552 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-06-30 15:20:20 +00:00
parent c3890b5f2a
commit a28a1aab05

View File

@ -34,3 +34,9 @@
fun:strnlen fun:strnlen
fun:* fun:*
} }
{
index(Cond)
Memcheck:Cond
fun:index
fun:*
}