]> diplodocus.org Git - nmh/blob - test/valgrind.supp
Remove unused NCWD and NPWD #defines.
[nmh] / test / valgrind.supp
1 {
2 Invalid free in valgrind/vgpreload_memcheck-amd64-linux.so
3 Memcheck:Free
4 fun:free
5 fun:__libc_freeres
6 fun:_vgnU_freeres
7 fun:__run_exit_handlers
8 fun:exit
9 }
10
11 {
12 Syscall param sendmsg(msg.msg_name) points to uninitialised byte(s)
13 Memcheck:Param
14 sendmsg(msg.msg_name)
15 fun:*sendmsg*
16 fun:readline
17 }
18
19 {
20 Syscall param msgsnd(msgp->mtext) points to uninitialised byte(s) [under fakeroot]
21 Memcheck:Param
22 msgsnd(msgp->mtext)
23 ...
24 obj:*libfakeroot*.so
25 }
26
27 {
28 Syscall param stat(file_name) points to uninitialised byte(s) [under fakeroot]
29 Memcheck:Param
30 stat(file_name)
31 ...
32 obj:*libfakeroot*.so
33 }
34
35 {
36 Syscall param socketcall.connect(serv_addr.sa_data) points to uninitialised byte(s) (MacOS X)
37 Memcheck:Param
38 socketcall.connect(serv_addr.sa_data)
39 fun:connect
40 ...
41 fun:sa_dst_lookup
42 fun:sa_dst_compare_internal
43 fun:_qsort
44 fun:_gai_sort_list
45 fun:si_addrinfo
46 fun:getaddrinfo
47 }