X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.vg-suppressions;h=a6cb2fec04dc0bf39af7a219bc848e1ce680d34f;hb=a45772d52d86a2b1a39ee057b139af7eb36a2b76;hp=1223a54bce9031542e7d4270381765906d72dacf;hpb=218fa5c61ba2f211b175aa943faa7eea286ff69e;p=platform%2Fupstream%2Fcoreutils.git diff --git a/.vg-suppressions b/.vg-suppressions index 1223a54..a6cb2fe 100644 --- a/.vg-suppressions +++ b/.vg-suppressions @@ -1,6 +1,6 @@ # Suppress valgrind diagnostics we don't care about. -# Copyright (C) 2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2006 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 @@ -49,3 +49,31 @@ sigaction(act) fun:__libc_sigaction } + +{ + libc_expand_dynamic_string_token + Memcheck:Cond + fun:strlen + fun:expand_dynamic_string_token + obj:* + obj:* + obj:* + obj:* + obj:* +} +{ + libc__dl_new_object + Memcheck:Cond + fun:strlen + fun:_dl_new_object + obj:* + obj:* + obj:* + obj:* +} +{ + libc_fillin_rpath + Memcheck:Cond + fun:strlen + fun:fillin_rpath +}