1. 1b17f5b [ASan] Do not rely on malloc context in allocator reports. by Alexey Samsonov · 11 years ago
  2. e274841 [ASan/Win] Oops, forgot to add the attributes to the memory allocations functions by Timur Iskhodzhanov · 11 years ago
  3. 30e110e [sanitizer] More renamed macros. by Evgeniy Stepanov · 11 years ago
  4. 24e1372 [sanitizer] Replace more platform checks with SANITIZER_ constants. by Evgeniy Stepanov · 11 years ago
  5. fe6d916 [asan] add a flag alloc_dealloc_mismatch (off by default for now) which finds malloc/delete, new/free, new/delete[], etc mismatches by Kostya Serebryany · 12 years ago
  6. a30c8f9 [asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to allow using the slow CFI-based unwinder by Kostya Serebryany · 12 years ago
  7. b46941a [ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the same time, remove ASan from CMake build on Windows after conversation with Timur. We don't want to support building ASan on Windows until it is in a working state. by Alexey Samsonov · 12 years ago
  8. e5f5895 Remove file-type tags for .cc files in ASan run-time library by Alexey Samsonov · 12 years ago
  9. 3f4c387 [asan] more renaming by Kostya Serebryany · 12 years ago
  10. 1bbe256 [ASan] Add a few more malloc-related interceptors for Windows by Timur Iskhodzhanov · 12 years ago
  11. 2716a61 [ASan] Add back the support for /MT; intercept statically-linked functions by Timur Iskhodzhanov · 12 years ago
  12. 0cbaf7b [ASan] Fix lint warning by Timur Iskhodzhanov · 13 years ago
  13. cf13eb2 [ASan/Win] Intercept _msize, required for running SQLite by Timur Iskhodzhanov · 13 years ago
  14. d9a88cc [ASan] Replace CRT .dll malloc with our implementation at asan_init() time by Timur Iskhodzhanov · 13 years ago
  15. 07bb9f1 [ASan] Intercept functions on Windows - first version by Timur Iskhodzhanov · 13 years ago
  16. 938b105 [asan] The first version of Windows malloc interceptors, patch by timurrrr@google.com by Kostya Serebryany · 13 years ago