Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
42cdb7e64066fcf6635f8da0cf977cfd76879858
/
compiler-rt
/
lib
/
asan
/
asan_linux.cc
614b53d
[asan] don't crash if /proc/self/maps has enormous size (linux)
by Kostya Serebryany
· 13 years ago
546ba36
[asan] use raw syscalls for open/close on linux to avoid being intercepted
by Kostya Serebryany
· 13 years ago
7e7d0ca
[asan] remove dead code
by Kostya Serebryany
· 13 years ago
84c44a8
EHABI-based stack trace on ARM.
by Evgeniy Stepanov
· 13 years ago
4257386
Implement AsanProcMaps for Mac OS. The code from sysinfo/ is not needed anymore and should be cleaned up.
by Alexander Potapenko
· 13 years ago
209c514
AddressSanitizer: add support for malloc_usable_size() function
by Alexey Samsonov
· 13 years ago
1b65b17
[asan] Implement GetObjectNameAndOffset on ARM.
by Evgeniy Stepanov
· 13 years ago
553c208
This patch moves the code reading /proc/self/environ into AsanGetEnv
by Alexander Potapenko
· 13 years ago
a82f0d4
[asan] move OS-dependent code away from asan_lock.h
by Kostya Serebryany
· 13 years ago
edb4a8a
[asan] don't include unistd.h in the headers
by Kostya Serebryany
· 13 years ago
5be458c
[asan] refactoring: move some common linux/mac code to asan_posix.cc
by Kostya Serebryany
· 13 years ago
9fd01e5
[asan] refactoring: move all interceptors to a single file
by Kostya Serebryany
· 13 years ago
25d6c1b
[asan] move more code into OS-specific files
by Kostya Serebryany
· 13 years ago
2b08718
[asan] move more stuff to OS-specific files
by Kostya Serebryany
· 13 years ago
3b7fb10
[asan] use dl_iterate_phdr for pre-symbolization on linux instead of parsing /proc/self/maps
by Kostya Serebryany
· 13 years ago
78d87d3
[asan] move {linux,mac}-specific code from asan_thread.cc to asan_{linux,mac}.cc; also add asan_procmaps.h which I forgot to add on previous commit.
by Kostya Serebryany
· 13 years ago
cd271f5
[asan] implement our own /proc/self/maps reader and use it on linux instead of sysinfo.h
by Kostya Serebryany
· 13 years ago
a772096
[asan] refactoring: don't #include <sys/mman.h> in non-os-specific files
by Kostya Serebryany
· 13 years ago
6c4bd80
[asan] use custom libc-free getenv; a bit of refactoring around mmap calls
by Kostya Serebryany
· 13 years ago
5dfa4da
[asan] flatten the asan-rt build slightly
by Kostya Serebryany
· 14 years ago
019b76f
AddressSanitizer run-time library. Not yet integrated with the compiler-rt build system, but can be built using the old makefile. See details in README.txt
by Kostya Serebryany
· 14 years ago