forked from LucasKuhn/minishell_tester
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbash.supp
More file actions
48 lines (48 loc) · 626 Bytes
/
bash.supp
File metadata and controls
48 lines (48 loc) · 626 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
<Readline>
Memcheck:Leak
match-leak-kinds: reachable
...
fun:readline
...
}
{
<Readline/AddHistory>
Memcheck:Leak
match-leak-kinds: reachable
...
fun:add_history
...
}
{
<Bash>
Memcheck:Leak
match-leak-kinds: reachable
...
fun:copy_command
...
}
{
<Bash>
Memcheck:Leak
match-leak-kinds: reachable
...
fun:initialize_job_control
...
}
{
<Bash>
Memcheck:Leak
match-leak-kinds: reachable
...
fun:execute_command_internal
...
}
{
<Bash>
Memcheck:Leak
match-leak-kinds: reachable
...
fun:initialize_shell_variables
...
}