b014e124e4
* sanitizer_common/sanitizer_linux.cc (SANITIZER_LINUX_USES_64BIT_SYSCALLS): Define. (internal_mmap): Use it. (internal_filesize): Likewise. From-SVN: r193676 |
||
---|---|---|
.. | ||
asan | ||
include/sanitizer | ||
interception | ||
sanitizer_common | ||
acinclude.m4 | ||
aclocal.m4 | ||
ChangeLog | ||
configure | ||
configure.ac | ||
configure.tgt | ||
libtool-version | ||
LICENSE.TXT | ||
Makefile.am | ||
Makefile.in | ||
README.gcc |
The AddressSanitizer (http://code.google.com/p/address-sanitizer) is a project developed by Google Inc. The source files of the project are hosted at http://llvm.org/svn/llvm-project/compiler-rt. These files are the ones in the asan subdirectory of that project.