X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d07c6759a3b5b936e790834147ab7bd867645d4f..366cc6fc4c7bf1eed47cc9b52d0ef809b2e90174:/test/valgrind.supp diff --git a/test/valgrind.supp b/test/valgrind.supp index 4da69de8..b3fe69c8 100644 --- a/test/valgrind.supp +++ b/test/valgrind.supp @@ -47,23 +47,19 @@ } { - 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* } @@ -83,3 +79,29 @@ ... 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 +}