]> diplodocus.org Git - nmh/blobdiff - test/valgrind.supp
Fixed references to --with-cyrus-sasl, and --without-, in comments.
[nmh] / test / valgrind.supp
index f3198bbd39f036f7794d339e897a823a77f9997d..2726f42e98e5046ca96d0bf4ea8101e3eafcfbda 100644 (file)
    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
+}
+
+{
+   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*
+}