valgrind: suppress bogus strnlen conditional dependencies on uninitialized bytes warnings
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32551 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7353f481fa
commit
c3890b5f2a
@ -28,3 +28,9 @@
|
|||||||
fun:strlen
|
fun:strlen
|
||||||
fun:*
|
fun:*
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
strnlen(Cond)
|
||||||
|
Memcheck:Cond
|
||||||
|
fun:strnlen
|
||||||
|
fun:*
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user