]> diplodocus.org Git - nmh/blob - test/valgrind.supp
context_foil.c: Move interface to own file.
[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 }
48
49 {
50 gdbm 1.13-1 writes uninitialised bytes from malloc'd area to file
51 Memcheck:Param
52 write(buf)
53 fun:__write_nocancel
54 fun:_gdbm_full_write
55 fun:gdbm_fd_open
56 fun:dbm_open
57 fun:suppress_duplicates
58 fun:localmail
59 fun:main
60 }
61
62
63 {
64 dyld libraryLocator on MacOS 10.11.6 (El Capitan)
65 Memcheck:Cond
66 fun:bcmp
67 ...
68 fun:_ZN4dyldL14libraryLocator*
69 }
70
71 {
72 dyld libraryLocator on MacOS 10.11.6 (El Capitan)
73 Memcheck:Value8
74 fun:bcmp
75 ...
76 fun:_ZN4dyldL14libraryLocator*
77 }
78
79 {
80 dyld ImageLoader on MacOS 10.11.6 (El Capitan)
81 Memcheck:Cond
82 fun:_ZN16ImageLoaderMachO18validateFirstPagesEPK21linkedit_data_commandiPKhmxRKN11ImageLoader11LinkContextE
83 ...
84 fun:_ZN4dyldL14libraryLocator*
85 }