]> diplodocus.org Git - nmh/blobdiff - test/valgrind.supp
Mention inc(1)/msgchk(1) changes
[nmh] / test / valgrind.supp
index afebe3fee3357219e4a8be1da7da514059dd61e5..4a1382d750ed830f946ac82fc7c766f02caf3d2a 100644 (file)
    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 writes uninitialised bytes from malloc'd area to file
+   Memcheck:Param
+   write(buf)
+   ...
+   fun:_gdbm_full_write
+   fun:gdbm_fd_open
+   fun:dbm_open
+}
+
+{
+   dyld libraryLocator on MacOS 10.11.6 (El Capitan)
+   Memcheck:Cond
+   fun:vbcmp
+   ...
+   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*
+}
+
+{
+   Mach msg uninitialized bytes (MacOS X)
+   Memcheck:Param
+   mach_msg("rcv_name")
+   fun:mach_msg_trap
+   ...
+   fun:_os_trace*
+}
+
+{
+   Mach msg->desc.port uninitialized bytes (MacOS X)
+   Memcheck:Param
+   msg->desc.port.name
+   fun:mach_msg_trap
+   ...
+   fun:_os_trace*
+}
+
+{
+   Invalid read of size 16 (MacOS X)
+   Memcheck:Addr16
+   fun:_platform_memchr$VARIANT$Base
+   fun:fgets
+   fun:mts_read_conf_file
 }