]> diplodocus.org Git - nmh/blobdiff - test/valgrind.supp
uip/folder.c: Rewrite plural test to common form.
[nmh] / test / valgrind.supp
index db68600f57440a4902eabc2a54daa2c31e5ac532..4da69de86135ac95deed4e57a14f0e9b6b4ef3ad 100644 (file)
    Syscall param sendmsg(msg.msg_name) points to uninitialised byte(s)
    Memcheck:Param
    sendmsg(msg.msg_name)
-   fun:__sendmsg_nocancel
+   fun:*sendmsg*
    fun:readline
-   fun:getans_via_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*
 }