valgrind: suppress bogus strnlen conditional dependencies on uninitialized bytes...
[packages.git] / utils / valgrind / files / default.supp
1 {
2    ld(Addr1)
3    Memcheck:Addr1
4    fun:*
5    obj:/lib/ld-*
6 }
7 {
8    ld(Addr2)
9    Memcheck:Addr2
10    fun:*
11    obj:/lib/ld-*
12 }
13 {
14    ld(Addr4)
15    Memcheck:Addr4
16    fun:*
17    obj:/lib/ld-*
18 }
19 {
20    ld(Cond)
21    Memcheck:Cond
22    fun:*
23    obj:/lib/ld-*
24 }
25 {
26         strlen(Cond)
27         Memcheck:Cond
28         fun:strlen
29         fun:*
30 }
31 {
32         strnlen(Cond)
33         Memcheck:Cond
34         fun:strnlen
35         fun:*
36 }