]> diplodocus.org Git - nmh/blobdiff - test/valgrind.supp
Mention inc(1)/msgchk(1) changes
[nmh] / test / valgrind.supp
index 4da69de86135ac95deed4e57a14f0e9b6b4ef3ad..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-1 writes uninitialised bytes from malloc'd area to file
+   gdbm 1.13 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:vbcmp
    ...
    fun:_ZN4dyldL14libraryLocator*
 }
    ...
    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
+}