1# Suppress valgrind diagnostics we don't care about.
2
3# Copyright (C) 2003-2023 Free Software Foundation, Inc.
4
5# This program is free software: you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation, either version 3 of the License, or
8# (at your option) any later version.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13# GNU General Public License for more details.
14
15# You should have received a copy of the GNU General Public License
16# along with this program.  If not, see <https://www.gnu.org/licenses/>.
17
18{
19   libc_dl_open
20   Memcheck:Cond
21   fun:_dl_relocate_object
22   obj:/lib/libc-2.3.2.so
23   fun:_dl_catch_error
24   fun:_dl_open
25}
26
27{
28   libc_dl_catch_error__map_object
29   Memcheck:Addr1
30   obj:/lib/ld-2.3.2.so
31   fun:_dl_map_object
32   obj:/lib/libc-2.3.2.so
33   fun:_dl_catch_error
34}
35{
36   libc_dl_catch_error__map_versions
37   Memcheck:Addr1
38   obj:/lib/ld-2.3.2.so
39   fun:_dl_check_map_versions
40   obj:/lib/libc-2.3.2.so
41   fun:_dl_catch_error
42}
43
44{
45   jm_libc_sigaction
46   Memcheck:Param
47   sigaction(act)
48   fun:__libc_sigaction
49}
50
51{
52   libc_expand_dynamic_string_token
53   Memcheck:Cond
54   fun:strlen
55   fun:expand_dynamic_string_token
56   obj:*
57   obj:*
58   obj:*
59   obj:*
60   obj:*
61}
62{
63   libc__dl_new_object
64   Memcheck:Cond
65   fun:strlen
66   fun:_dl_new_object
67   obj:*
68   obj:*
69   obj:*
70   obj:*
71}
72{
73   libc_fillin_rpath
74   Memcheck:Cond
75   fun:strlen
76   fun:fillin_rpath
77}
78{
79   libc-getpwuid-leak
80   Memcheck:Leak
81   fun:malloc
82   fun:nss_parse_service_list
83   fun:__nss_database_lookup
84   obj:*
85   obj:*
86   fun:getpwuid_r@@GLIBC_2.2.5
87   fun:getpwuid
88   fun:getuser
89   fun:format_user_width
90   fun:gobble_file
91   fun:main
92}
93{
94   utimensat-NULL
95   Memcheck:Param
96   utimensat(filename)
97   fun:futimens
98   fun:gl_futimens
99   fun:main
100}
101