From: nbd Date: Fri, 29 Jun 2012 22:29:51 +0000 (+0000) Subject: valgrind: suppress bogus strlen conditional dependencies on uninitialized bytes warnings X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=7353f481fabb1375af6ce2c7c18594f6ee1ebe10;p=packages.git valgrind: suppress bogus strlen conditional dependencies on uninitialized bytes warnings git-svn-id: svn://svn.openwrt.org/openwrt/packages@32550 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/valgrind/files/default.supp b/utils/valgrind/files/default.supp index ada71f9f9..4d4193a54 100644 --- a/utils/valgrind/files/default.supp +++ b/utils/valgrind/files/default.supp @@ -22,3 +22,9 @@ fun:* obj:/lib/ld-* } +{ + strlen(Cond) + Memcheck:Cond + fun:strlen + fun:* +}