~ubuntu-branches/debian/sid/clamav/sid

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/utils/valgrind/x86_64-pc-linux-gnu.supp

  • Committer: Package Import Robot
  • Author(s): Andreas Cadhalpun, Andreas Cadhalpun, Sebastian Andrzej Siewior, Frans Spiesschaert
  • Date: 2014-10-15 06:50:20 UTC
  • mfrom: (1.3.13) (42.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20141015065020-0cpy1hdueggaw35s
Tags: 0.98.5~rc1+dfsg-1
[ Andreas Cadhalpun ]
* Import new upstream release candidate.
* Drop patches included upstream and update the others.
* Add 4 new symbols to libclamav6.symbols.
* Fix debian/copyright.
* Update lintian overrides.
* Update Standards-Version to 3.9.6 (no changes needed).
* Add Breaks and Replaces for old clamd package to clamdscan.
* Remove unnecessary shlibs:Depends from clamav-dbg.
* Add patches to support LLVM 3.5.

[ Sebastian Andrzej Siewior ]
* Add embedded copy of libmspack to be used as fallback, when libmspack-dev
  is not available.

[ Frans Spiesschaert ]
* Updated Dutch Debconf template translation (Closes: #763634)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{
2
 
   False leak under RegisterPass
3
 
   Memcheck:Leak
4
 
   ...
5
 
   fun:_ZN4llvm12PassRegistry12registerPassERKNS_8PassInfoE
6
 
}
7
 
 
8
 
# Python false positives according to
9
 
# http://svn.python.org/projects/python/trunk/Misc/README.valgrind
10
 
 
11
 
{
12
 
   ADDRESS_IN_RANGE/Invalid read of size 4
13
 
   Memcheck:Addr4
14
 
   obj:/usr/bin/python2.5
15
 
}
16
 
 
17
 
{
18
 
   ADDRESS_IN_RANGE/Invalid read of size 4
19
 
   Memcheck:Value8
20
 
   obj:/usr/bin/python2.5
21
 
}
22
 
 
23
 
{
24
 
   ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
25
 
   Memcheck:Cond
26
 
   obj:/usr/bin/python2.5
27
 
}
28
 
 
29
 
{
30
 
   We don't care if as leaks
31
 
   Memcheck:Leak
32
 
   obj:/usr/bin/as
33
 
}
34
 
 
35
 
{
36
 
   We don't care if grep leaks
37
 
   Memcheck:Leak
38
 
   obj:/bin/grep
39
 
}
40
 
 
41
 
{
42
 
   We don't care if python leaks
43
 
   Memcheck:Leak
44
 
   fun:malloc
45
 
   obj:/usr/bin/python2.5
46
 
}