brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.3 KiB · d6af2dd Raw
87 lines · plain
1{2   False leak under RegisterPass3   Memcheck:Leak4   ...5   fun:_ZN4llvm12PassRegistry12registerPassERKNS_8PassInfoE6}7 8# Python false positives according to9# http://svn.python.org/projects/python/trunk/Misc/README.valgrind10 11{12   ADDRESS_IN_RANGE/Invalid read of size 413   Memcheck:Addr414   obj:/usr/bin/python*15}16 17{18   ADDRESS_IN_RANGE/Invalid read of size 419   Memcheck:Value820   obj:/usr/bin/python*21}22 23{24   ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value25   Memcheck:Cond26   obj:/usr/bin/python*27}28 29{30   We don't care if as leaks31   Memcheck:Leak32   obj:/usr/bin/as33}34 35{36   We don't care if bash leaks37   Memcheck:Leak38   fun:malloc39   fun:xmalloc40   obj:/bin/bash41}42 43{44   We don't care of cmp45   Memcheck:Cond46   obj:/usr/bin/cmp47}48 49{50   We don't care if grep leaks51   Memcheck:Leak52   obj:/bin/grep53}54 55{56   We don't care if python leaks57   Memcheck:Leak58   fun:malloc59   obj:/usr/bin/python*60}61 62{63   We don't care if sed leaks64   Memcheck:Leak65   fun:calloc66   fun:malloc67   obj:/bin/sed68}69 70{71   We don't care about anything ld.so does.72   Memcheck:Cond73   obj:/lib/ld*.so74}75 76{77  suppress optimized strcasecmp, to be fixed in valgrind 3.6.178  Memcheck:Value879  fun:__GI___strcasecmp_l80}81 82{83  suppress optimized strcasecmp, to be fixed in valgrind 3.6.184  Memcheck:Addr885  fun:__GI___strcasecmp_l86}87