You've already forked linux-packaging-mono
acceptance-tests
data
debian
docs
external
Newtonsoft.Json
api-doc-tools
api-snapshot
aspnetwebstack
bdwgc
binary-reference-assemblies
bockbuild
boringssl
cecil
cecil-legacy
corefx
corert
helix-binaries
ikdasm
ikvm
illinker-test-assets
linker
llvm-project
clang
clang-tools-extra
compiler-rt
libcxx
libcxxabi
libunwind
lld
lldb
llvm
bindings
cmake
docs
examples
include
lib
projects
resources
runtimes
scripts
test
tools
unittests
utils
FileCheck
KillTheDoctor
LLVMVisualizers
Misc
PerfectShuffle
TableGen
Target
bugpoint
count
crosstool
docker
emacs
fpcmp
gdb-scripts
git
git-svn
jedit
kate
lint
lit
llvm-build
llvm-lit
not
release
sanitizers
testgen
textmate
unittest
valgrind
i386-pc-linux-gnu.supp
x86_64-pc-linux-gnu.supp
vim
vscode
yaml-bench
DSAclean.py
DSAextract.py
GenLibDeps.pl
GetRepositoryPath
GetSourceVersion
LLVMBuild.txt
UpdateCMakeLists.pl
abtest.py
bisect
bisect-skip-count
check-each-file
clang-parse-diagnostics-file
codegen-diff
countloc.sh
create_ladder_graph.py
extract_symbols.py
findmisopt
findoptdiff
findsym.pl
getsrcs.sh
lldbDataFormatters.py
llvm-compilers-check
llvm-gisel-cov.py
llvm-native-gxx
llvm.grm
llvmdo
llvmgrep
makellvm
prepare-code-coverage-artifact.py
schedcover.py
shuffle_fuzz.py
shuffle_select_fuzz_tester.py
sort_includes.py
update_llc_test_checks.py
update_mir_test_checks.py
update_test_checks.py
wciia.py
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in
openmp
polly
nuget-buildtasks
nunit-lite
roslyn-binaries
rx
xunit-binaries
how-to-bump-roslyn-binaries.md
ikvm-native
llvm
m4
man
mcs
mono
msvc
netcore
po
runtime
samples
scripts
support
tools
COPYING.LIB
LICENSE
Makefile.am
Makefile.in
NEWS
README.md
acinclude.m4
aclocal.m4
autogen.sh
code_of_conduct.md
compile
config.guess
config.h.in
config.rpath
config.sub
configure.REMOVED.git-id
configure.ac.REMOVED.git-id
depcomp
install-sh
ltmain.sh.REMOVED.git-id
missing
mkinstalldirs
mono-uninstalled.pc.in
test-driver
winconfig.h
87 lines
1.3 KiB
Plaintext
87 lines
1.3 KiB
Plaintext
![]() |
{
|
||
|
False leak under RegisterPass
|
||
|
Memcheck:Leak
|
||
|
...
|
||
|
fun:_ZN4llvm12PassRegistry12registerPassERKNS_8PassInfoE
|
||
|
}
|
||
|
|
||
|
# Python false positives according to
|
||
|
# http://svn.python.org/projects/python/trunk/Misc/README.valgrind
|
||
|
|
||
|
{
|
||
|
ADDRESS_IN_RANGE/Invalid read of size 4
|
||
|
Memcheck:Addr4
|
||
|
obj:/usr/bin/python*
|
||
|
}
|
||
|
|
||
|
{
|
||
|
ADDRESS_IN_RANGE/Invalid read of size 4
|
||
|
Memcheck:Value8
|
||
|
obj:/usr/bin/python*
|
||
|
}
|
||
|
|
||
|
{
|
||
|
ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
|
||
|
Memcheck:Cond
|
||
|
obj:/usr/bin/python*
|
||
|
}
|
||
|
|
||
|
{
|
||
|
We don't care if as leaks
|
||
|
Memcheck:Leak
|
||
|
obj:/usr/bin/as
|
||
|
}
|
||
|
|
||
|
{
|
||
|
We don't care if bash leaks
|
||
|
Memcheck:Leak
|
||
|
fun:malloc
|
||
|
fun:xmalloc
|
||
|
obj:/bin/bash
|
||
|
}
|
||
|
|
||
|
{
|
||
|
We don't care of cmp
|
||
|
Memcheck:Cond
|
||
|
obj:/usr/bin/cmp
|
||
|
}
|
||
|
|
||
|
{
|
||
|
We don't care if grep leaks
|
||
|
Memcheck:Leak
|
||
|
obj:/bin/grep
|
||
|
}
|
||
|
|
||
|
{
|
||
|
We don't care if python leaks
|
||
|
Memcheck:Leak
|
||
|
fun:malloc
|
||
|
obj:/usr/bin/python*
|
||
|
}
|
||
|
|
||
|
{
|
||
|
We don't care if sed leaks
|
||
|
Memcheck:Leak
|
||
|
fun:calloc
|
||
|
fun:malloc
|
||
|
obj:/bin/sed
|
||
|
}
|
||
|
|
||
|
{
|
||
|
We don't care about anything ld.so does.
|
||
|
Memcheck:Cond
|
||
|
obj:/lib/ld*.so
|
||
|
}
|
||
|
|
||
|
{
|
||
|
suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
|
||
|
Memcheck:Value8
|
||
|
fun:__GI___strcasecmp_l
|
||
|
}
|
||
|
|
||
|
{
|
||
|
suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
|
||
|
Memcheck:Addr8
|
||
|
fun:__GI___strcasecmp_l
|
||
|
}
|