~ubuntu-branches/ubuntu/saucy/clamav/saucy-backports

« back to all changes in this revision

Viewing changes to unit_tests/valgrind.supp

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2014-07-15 01:08:10 UTC
  • mfrom: (0.35.47 sid)
  • Revision ID: package-import@ubuntu.com-20140715010810-ru66ek4fun2iseba
Tags: 0.98.4+dfsg-2~ubuntu13.10.1
No-change backport to saucy (LP: #1341962)

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    fun:*
25
25
}
26
26
{
 
27
    llvm-03
 
28
    Memcheck:Leak
 
29
    fun:_Znwm
 
30
    ...
 
31
    fun:_ZN4llvm12PassRegistry12registerPassERKNS_8PassInfoE
 
32
    ...
 
33
}
 
34
{
27
35
    dl_catch_error-leak-1
28
36
    Memcheck:Leak
29
37
    ...
40
48
    fun:_dl_catch_error
41
49
    ...
42
50
}
 
51
{
 
52
    mbox-leak-01
 
53
    Memcheck:Leak
 
54
    ...
 
55
    fun:tableInsert
 
56
    fun:messageSetMimeType
 
57
    fun:parseEmailHeader
 
58
    ...
 
59
}
 
60
{
 
61
    mbox-leak-02
 
62
    Memcheck:Leak
 
63
    ...
 
64
    fun:tableInsert
 
65
    fun:cli_parse_mbox
 
66
    fun:cli_scanmail
 
67
    ...
 
68
}
 
69
{
 
70
    ubuntu-libc-getaddrinfo-01
 
71
    Memcheck:Param
 
72
    sendmsg(mmsg[0].msg_hdr)
 
73
    fun:sendmmsg
 
74
    ...
 
75
}
 
76
{
 
77
    openssl-globals-01
 
78
    Memcheck:Leak
 
79
    ...
 
80
    fun:cl_initialize_crypto
 
81
    ...
 
82
}
 
83
{
 
84
    openssl-globals-02
 
85
    Memcheck:Leak
 
86
    ...
 
87
    fun:SSL_library_init
 
88
}