~ubuntu-branches/ubuntu/feisty/clamav/feisty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-02-20 10:33:44 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20070220103344-zgcu2psnx9d98fpa
Tags: upstream-0.90
ImportĀ upstreamĀ versionĀ 0.90

Show diffs side-by-side

added added

removed removed

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