From: David Levine Date: Fri, 9 Feb 2018 00:21:55 +0000 (-0500) Subject: Generalized gdbm 1.13 Memcheck:Param suppression a bit. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/a198f232735d36f702c7a85d83b39d2bdc9b262b?hp=037aeaf61ace944c3e763346f2f2b877624e6e67 Generalized gdbm 1.13 Memcheck:Param suppression a bit. gdbm 1.13-3 (Fedora 27) doesn't show the __write_nocancel call. --- diff --git a/test/valgrind.supp b/test/valgrind.supp index 4da69de8..33183503 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* }