X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0f6e321fb72a1100f9b5b6d4391c9d2229b9406f..94187a80bd60baab4b9c4b949ad820d730578123:/test/valgrind.supp diff --git a/test/valgrind.supp b/test/valgrind.supp index f3198bbd..4da69de8 100644 --- a/test/valgrind.supp +++ b/test/valgrind.supp @@ -15,3 +15,71 @@ fun:*sendmsg* fun:readline } + +{ + Syscall param msgsnd(msgp->mtext) points to uninitialised byte(s) [under fakeroot] + Memcheck:Param + msgsnd(msgp->mtext) + ... + obj:*libfakeroot*.so +} + +{ + Syscall param stat(file_name) points to uninitialised byte(s) [under fakeroot] + Memcheck:Param + stat(file_name) + ... + obj:*libfakeroot*.so +} + +{ + Syscall param socketcall.connect(serv_addr.sa_data) points to uninitialised byte(s) (MacOS X) + Memcheck:Param + socketcall.connect(serv_addr.sa_data) + fun:connect + ... + fun:sa_dst_lookup + fun:sa_dst_compare_internal + fun:_qsort + fun:_gai_sort_list + fun:si_addrinfo + fun:getaddrinfo +} + +{ + gdbm 1.13-1 writes uninitialised bytes from malloc'd area to file + Memcheck:Param + write(buf) + fun:__write_nocancel + fun:_gdbm_full_write + fun:gdbm_fd_open + fun:dbm_open + fun:suppress_duplicates + fun:localmail + fun:main +} + + +{ + dyld libraryLocator on MacOS 10.11.6 (El Capitan) + Memcheck:Cond + fun:bcmp + ... + fun:_ZN4dyldL14libraryLocator* +} + +{ + dyld libraryLocator on MacOS 10.11.6 (El Capitan) + Memcheck:Value8 + fun:bcmp + ... + fun:_ZN4dyldL14libraryLocator* +} + +{ + dyld ImageLoader on MacOS 10.11.6 (El Capitan) + Memcheck:Cond + fun:_ZN16ImageLoaderMachO18validateFirstPagesEPK21linkedit_data_commandiPKhmxRKN11ImageLoader11LinkContextE + ... + fun:_ZN4dyldL14libraryLocator* +}