1. 614b53d [asan] don't crash if /proc/self/maps has enormous size (linux) by Kostya Serebryany · 13 years ago
  2. 546ba36 [asan] use raw syscalls for open/close on linux to avoid being intercepted by Kostya Serebryany · 13 years ago
  3. 7e7d0ca [asan] remove dead code by Kostya Serebryany · 13 years ago
  4. 84c44a8 EHABI-based stack trace on ARM. by Evgeniy Stepanov · 13 years ago
  5. 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
  6. 209c514 AddressSanitizer: add support for malloc_usable_size() function by Alexey Samsonov · 13 years ago
  7. 1b65b17 [asan] Implement GetObjectNameAndOffset on ARM. by Evgeniy Stepanov · 13 years ago
  8. 553c208 This patch moves the code reading /proc/self/environ into AsanGetEnv by Alexander Potapenko · 13 years ago
  9. a82f0d4 [asan] move OS-dependent code away from asan_lock.h by Kostya Serebryany · 13 years ago
  10. edb4a8a [asan] don't include unistd.h in the headers by Kostya Serebryany · 13 years ago
  11. 5be458c [asan] refactoring: move some common linux/mac code to asan_posix.cc by Kostya Serebryany · 13 years ago
  12. 9fd01e5 [asan] refactoring: move all interceptors to a single file by Kostya Serebryany · 13 years ago
  13. 25d6c1b [asan] move more code into OS-specific files by Kostya Serebryany · 13 years ago
  14. 2b08718 [asan] move more stuff to OS-specific files by Kostya Serebryany · 13 years ago
  15. 3b7fb10 [asan] use dl_iterate_phdr for pre-symbolization on linux instead of parsing /proc/self/maps by Kostya Serebryany · 13 years ago
  16. 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
  17. cd271f5 [asan] implement our own /proc/self/maps reader and use it on linux instead of sysinfo.h by Kostya Serebryany · 13 years ago
  18. a772096 [asan] refactoring: don't #include <sys/mman.h> in non-os-specific files by Kostya Serebryany · 13 years ago
  19. 6c4bd80 [asan] use custom libc-free getenv; a bit of refactoring around mmap calls by Kostya Serebryany · 13 years ago
  20. 5dfa4da [asan] flatten the asan-rt build slightly by Kostya Serebryany · 14 years ago
  21. 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