From: Jim Meyering Date: Thu, 29 Mar 2007 19:35:20 +0000 (+0200) Subject: * .vg-suppressions: Add libc-getpwuid-leak. X-Git-Tag: v6.9.89~356^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8487f9c6bdf87fb2949a830bc64d48c1274ba9ad;p=thirdparty%2Fcoreutils.git * .vg-suppressions: Add libc-getpwuid-leak. --- diff --git a/.vg-suppressions b/.vg-suppressions index a6cb2fec04..88be9c9db5 100644 --- a/.vg-suppressions +++ b/.vg-suppressions @@ -1,6 +1,6 @@ # Suppress valgrind diagnostics we don't care about. -# Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2006-2007 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -77,3 +77,18 @@ fun:strlen fun:fillin_rpath } +{ + libc-getpwuid-leak + Memcheck:Leak + fun:malloc + fun:nss_parse_service_list + fun:__nss_database_lookup + obj:* + obj:* + fun:getpwuid_r@@GLIBC_2.2.5 + fun:getpwuid + fun:getuser + fun:format_user_width + fun:gobble_file + fun:main +} diff --git a/ChangeLog b/ChangeLog index 0baafe7c83..10c692a261 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-03-29 Jim Meyering + + * .vg-suppressions: Add libc-getpwuid-leak. + 2007-03-28 Jim Meyering Help translators include translation team's web or email address.