]> diplodocus.org Git - nmh/blob - test/valgrind.supp
Escape literal leading full stop in man/new.man.
[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 dyld libraryLocator on MacOS 10.11.6 (El Capitan)
51 Memcheck:Cond
52 fun:bcmp
53 ...
54 fun:_ZN4dyldL14libraryLocator*
55 }
56
57 {
58 dyld libraryLocator on MacOS 10.11.6 (El Capitan)
59 Memcheck:Value8
60 fun:bcmp
61 ...
62 fun:_ZN4dyldL14libraryLocator*
63 }
64
65 {
66 dyld ImageLoader on MacOS 10.11.6 (El Capitan)
67 Memcheck:Cond
68 fun:_ZN16ImageLoaderMachO18validateFirstPagesEPK21linkedit_data_commandiPKhmxRKN11ImageLoader11LinkContextE
69 ...
70 fun:_ZN4dyldL14libraryLocator*
71 }