]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* .vg-suppressions: Add libc-getpwuid-leak.
authorJim Meyering <jim@meyering.net>
Thu, 29 Mar 2007 19:35:20 +0000 (21:35 +0200)
committerJim Meyering <jim@meyering.net>
Thu, 29 Mar 2007 19:35:20 +0000 (21:35 +0200)
.vg-suppressions
ChangeLog

index a6cb2fec04dc0bf39af7a219bc848e1ce680d34f..88be9c9db57efead98fff28f0998438c62596a0f 100644 (file)
@@ -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
    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
+}
index 0baafe7c833b6da29119a18bb565f75db8c5cb00..10c692a2619dc0059010260db100d9045c79d180 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-29  Jim Meyering  <jim@meyering.net>
+
+       * .vg-suppressions: Add libc-getpwuid-leak.
+
 2007-03-28  Jim Meyering  <jim@meyering.net>
 
        Help translators include translation team's web or email address.