X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/012d05c2b62332eb400d66b806e48216d39358c6..63621a81d16ab743de6b57d47578a9a2c670ad22:/test/valgrind.supp diff --git a/test/valgrind.supp b/test/valgrind.supp index afebe3fe..4da69de8 100644 --- a/test/valgrind.supp +++ b/test/valgrind.supp @@ -45,3 +45,41 @@ 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* +}