diff options
author | Jim Meyering <jim@meyering.net> | 2007-03-29 21:35:20 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-03-29 21:35:20 +0200 |
commit | 8487f9c6bdf87fb2949a830bc64d48c1274ba9ad (patch) | |
tree | 540e5217f150f50659e5fefc283037777a3a4855 /.vg-suppressions | |
parent | a0faff1a58a96e008f45ab7c00e790dd2c397363 (diff) | |
download | coreutils-8487f9c6bdf87fb2949a830bc64d48c1274ba9ad.tar.gz coreutils-8487f9c6bdf87fb2949a830bc64d48c1274ba9ad.tar.bz2 coreutils-8487f9c6bdf87fb2949a830bc64d48c1274ba9ad.zip |
* .vg-suppressions: Add libc-getpwuid-leak.
Diffstat (limited to '.vg-suppressions')
-rw-r--r-- | .vg-suppressions | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/.vg-suppressions b/.vg-suppressions index a6cb2fec0..88be9c9db 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 +} |