blob: 6074c5809b2c24d81c74f646f8702fe17c916e7a (
plain)
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
{
ZLib doesn't allocate its buffer. This is no bug according to the FAQ.
Memcheck:Cond
fun:longest_match
fun:deflate_slow
fun:deflate
}
{
Not sure why this happens.
Memcheck:Leak
fun:calloc
fun:_dl_allocate_tls
fun:pthread_create@@GLIBC_2.1
fun:_ZN5boost6thread12start_threadEv
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:malloc
fun:__cxa_get_globals
fun:__cxa_allocate_exception
fun:_ZN5boost14copy_exceptionINS_16exception_detail10bad_alloc_EEENS_10shared_ptrIKNS1_10clone_baseEEERKT_
fun:_ZN5boost16exception_detail13get_bad_allocILi42EEENS_10shared_ptrIKNS0_10clone_baseEEEv
fun:_Z41__static_initialization_and_destruction_0ii
fun:_GLOBAL__I__ZN12_GLOBAL__N_12_1E
fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE
fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj
fun:_ZN11ImageLoader15runInitializersERKNS_11LinkContextE
fun:_ZN4dyld24initializeMainExecutableEv
fun:_ZN4dyld5_mainEPK12macho_headermiPPKcS5_S5_
}
{
<insert a suppression name here>
Memcheck:Param
socketcall.sendto(msg)
fun:sendto
fun:getaddrinfo
}
{
<insert a suppression name here>
Memcheck:Cond
fun:BN_bin2bn
}
{
<insert a suppression name here>
Memcheck:Cond
fun:BN_num_bits_word
}
{
<insert a suppression name here>
Memcheck:Value4
fun:BN_mod_exp_mont_consttime
fun:BN_mod_exp_mont
}
{
<insert a suppression name here>
Memcheck:Value4
fun:BN_num_bits_word
fun:BN_mod_exp_mont_consttime
fun:BN_mod_exp_mont
}
|