1. 0e1d0f2 make/clang_darwin: Tweak CheckArches function to force the integrated-as and use by Daniel Dunbar · 12 years ago
  2. 5b6eab9 [asan] Add a negative test for memcpy of long double. by Evgeniy Stepanov · 12 years ago
  3. 2f3f962 Force __asan_set_death_callback into the resulting binary. by Alexander Potapenko · 12 years ago
  4. d9a88cc [ASan] Replace CRT .dll malloc with our implementation at asan_init() time by Timur Iskhodzhanov · 12 years ago
  5. 3fe9135 Introduce __asan_set_error_report_callback() to allow the client program post-process the error reports. by Alexander Potapenko · 12 years ago
  6. 8ae44ac Replace some #ifdef(s) with plain if(s). by Evgeniy Stepanov · 12 years ago
  7. e046066 AddressSanitizer: add some checks to AsanChunkFifoList::PushList by Alexey Samsonov · 12 years ago
  8. 34b18e1 [asan] don't compile gtest with asan when building asan tests by Kostya Serebryany · 12 years ago
  9. 600972e [ASan] Intercept CreateThread on Windows by Timur Iskhodzhanov · 12 years ago
  10. bfc694d AddressSanitizer: quick fix - undef INT32_MIN etc to avoid macro redefinition by Alexey Samsonov · 12 years ago
  11. b823e3c AddressSanitizer: get rid of stdlib.h and add (smaller) stddef.h instead by Alexey Samsonov · 12 years ago
  12. 07bb9f1 [ASan] Intercept functions on Windows - first version by Timur Iskhodzhanov · 12 years ago
  13. e4092f6 AddressSanitizer: get rid of limits.h, use constants for fixed size integral types instead. by Alexey Samsonov · 12 years ago
  14. b8ef925 [asan] Remove mentions of pthread*_t from interceptors. by Evgeniy Stepanov · 12 years ago
  15. c27734d AddressSanitizer: fix Makefile.old - gtest should depend on libasan by Alexey Samsonov · 12 years ago
  16. 39c22ee [ASan] Fix style + suppress 'long' lint warnings by Timur Iskhodzhanov · 12 years ago
  17. 32ea9f7 Update source code links in LICENSE.TXT. by Evgeniy Stepanov · 12 years ago
  18. 99d17eb Move the contents of AsanProcMaps::Dump() into AsanDumpProcessMaps() for Posix systems. by Alexander Potapenko · 12 years ago
  19. e6b9ebb [ASan] Fix a wrong filename mentioned in a comment by Timur Iskhodzhanov · 12 years ago
  20. ddaf739 Dump the process memory map if any of the mappings interleaves with the shadow. by Alexander Potapenko · 12 years ago
  21. 4b1506d Add AsanProcMaps::Dump() by Alexander Potapenko · 12 years ago
  22. 38ed736 [ASan] Add __asan_init to the list of C dynamic initializers to support /MD on Windows by Timur Iskhodzhanov · 12 years ago
  23. de81a79 Fix the lib32 and lib64 targets. by Alexander Potapenko · 12 years ago
  24. b39f0ce [ASan] Remove one FIXME - re-enable "free-not-malloced" reports on Windows by Timur Iskhodzhanov · 12 years ago
  25. 60490e0 Check that the FakeStack size is non-zero before looking into it. by Alexander Potapenko · 12 years ago
  26. ebdbf7b AddressSanitizer: Don't include GrandCentralDispatch headers in asan headers on Mac by Alexey Samsonov · 12 years ago
  27. a12cd6e AddressSanitizer: don't use /tmp for temporary file in output tests. by Alexey Samsonov · 12 years ago
  28. 8898102 AddressSanitizer: use custom strtol/atoll functions by Alexey Samsonov · 12 years ago
  29. 6a3e6fd AddressSanitizer: fix lint by Alexey Samsonov · 12 years ago
  30. da13ba8 AddressSanitizer: revert r150683 - we can't get rid of headers that easily by Alexey Samsonov · 12 years ago
  31. 788e1d7 [asan] Allocator tweaks for low memory systems. by Evgeniy Stepanov · 12 years ago
  32. 5c7e500 AddressSanitizer: don't include pthread.h and signal.h in interceptors on Mac by Alexey Samsonov · 12 years ago
  33. 5e4e91c [asan] don't do AsanDie twice by Kostya Serebryany · 12 years ago
  34. cf1fba4 AddressSanitizer: don't include pthread.h in asan_interceptors.cc on Linux by Alexey Samsonov · 12 years ago
  35. afaf71f AddressSanitizer: simplify IntervalsAreSeparate function by Alexey Samsonov · 12 years ago
  36. 5362717 [ASan] Define an internal implementation of strchr to make stack OOB tests pass on Windows by Timur Iskhodzhanov · 12 years ago
  37. c85f91f [asan] Add lots of missing visibility attributes. by Evgeniy Stepanov · 12 years ago
  38. e1fe0fd [asan] implement __asan_set_death_callback by Kostya Serebryany · 12 years ago
  39. 895b387 Fix compilation on Mac. by Alexander Potapenko · 12 years ago
  40. 92baa8c Lint fix by Alexander Potapenko · 12 years ago
  41. f73a6a3 Move the non-trivial implementation of AsanShadowRangeIsAvailable to asan_mac.cc by Alexander Potapenko · 12 years ago
  42. c50e835 Check whether the shadow memory range intersects with an existing mapping. by Alexander Potapenko · 12 years ago
  43. cf93383 AddressSanitizer: re-enable lint for output tests by Alexey Samsonov · 12 years ago
  44. cc5f4c6 AddressSanitizer: fix llvm headers in output tests by Alexey Samsonov · 12 years ago
  45. e204e13 AddressSanitizer: remove match_output.py, split expected output into OS-specific and OS-independent parts by Alexey Samsonov · 12 years ago
  46. 88e11b6 [asan] Add a missing include. by Evgeniy Stepanov · 12 years ago
  47. 7b7b55e [asan] Add a missing return. by Evgeniy Stepanov · 12 years ago
  48. fad8a07 AddressSanitizer: Convert templates for output tests to FileCheck format and move them inside sources by Alexey Samsonov · 12 years ago
  49. 4b0c5f2 [asan] Return type of index() is char*. by Evgeniy Stepanov · 12 years ago
  50. 919c247 [asan] Disable signal&sigaction interceptors on Android. by Evgeniy Stepanov · 12 years ago
  51. 5ffafd8 [asan] Default visibility for __asan_handle_no_return. by Evgeniy Stepanov · 12 years ago
  52. 7bce450 [asan] Fix a crash in GetCurrent() of an undead thread. by Evgeniy Stepanov · 12 years ago
  53. b185687 AddressSanitizer: fix path to FileCheck in makefiles by Alexey Samsonov · 12 years ago
  54. e3b8cdf AddressSanitizer: move output tests to a separate directory by Alexey Samsonov · 12 years ago
  55. 3755a33 AddressSanitizer: Use FileCheck instead of grep for pure C output tests by Alexey Samsonov · 12 years ago
  56. 36c2425 Back out some changes that accidentally committed. by Bob Wilson · 12 years ago
  57. 40d3a77 Revert r150232 since it breaks the build when there's no ARM assembler. by Bob Wilson · 12 years ago
  58. 074049d make/clang_darwin: Tweak CheckArches function to force the integrated-as and use by Daniel Dunbar · 12 years ago
  59. 3e81fe4 [asan] The first version of the RTL for Windows, reviewed at http://codereview.appspot.com/5647052 by Timur Iskhodzhanov · 12 years ago
  60. 339632e Test commit + fix an obvious typo by Timur Iskhodzhanov · 12 years ago
  61. 5967c3d AddressSanitizer: move mach_override inside interception library by Alexey Samsonov · 12 years ago
  62. f54b1f9 [asan] unpoison the stack before every noreturn call. Fixes asan issue 37. rt part by Kostya Serebryany · 12 years ago
  63. 5b29018 AddressSanitizer: start factoring out interception machinery by Alexey Samsonov · 12 years ago
  64. 71d3b39 Move the _ReturnAddress definition out of the __asan:: namespace by Alexander Potapenko · 12 years ago
  65. 09672ca AddressSanitizer: replace all "real_X" calls with "REAL(X)" by Alexey Samsonov · 12 years ago
  66. a0935fa Typo fix: s/SNPrint/SNPrintf by Alexander Potapenko · 12 years ago
  67. 27f4932 [asan] better warning messages for double-free bugs (provide allocation/deallocation stack traces) by Kostya Serebryany · 12 years ago
  68. 1c83ae3 [asan] GET_CALLER_PC macro for Win. Patch by timurrrr@google.com by Kostya Serebryany · 12 years ago
  69. cce2c67 [asan] print 'ALL TESTS PASSED' in makefile when running tests (convenience) by Kostya Serebryany · 12 years ago
  70. 160cc4a [asan] don't crash if /proc/self/maps has enormous size (linux) by Kostya Serebryany · 12 years ago
  71. f58f998 [asan] make sure the AsanThread object is destroyed if pthread_exit is called by Kostya Serebryany · 12 years ago
  72. 5ea4a76 [asan] use raw syscalls for open/close on linux to avoid being intercepted by Kostya Serebryany · 12 years ago
  73. 938b105 [asan] The first version of Windows malloc interceptors, patch by timurrrr@google.com by Kostya Serebryany · 12 years ago
  74. c453bd5 On Apple platforms, wire up compilerrt_abort() to log file and function info by Nick Kledzik · 12 years ago
  75. 1f4f7b5 Remove __attribute__((weak)) on function prototype. It has a different meaning on prototypes then it does on definitions. It is not needed on the prototype and causes build failures for static codegen by Nick Kledzik · 12 years ago
  76. f927ddc AddressSanitizer: simplify RoundUpToPowerOfTwo/clz; add a couple of CHECKs for real_X calls. Patch by timurrrr@google.com by Alexey Samsonov · 12 years ago
  77. adf2b03 AddressSanitizer: Replace __attribute__ with macro (for Win compatibility). Patch by timurrrr@google.com by Alexey Samsonov · 12 years ago
  78. f2598fc AddressSanitizer: Add macro for definition/declaration of interceptors by Alexey Samsonov · 12 years ago
  79. 573fb4b Disable wrapping memcpy() on Mac OS Lion, where it by Alexander Potapenko · 13 years ago
  80. 0503ce8 Disables testing memcpy() on Mac OS 10.7, by Alexander Potapenko · 13 years ago
  81. 669f543 [asan] fix the wrong __WORDSIZE definition on Win x64, add ASAN_INTERFACE_FUNCTION_ATTRIBUTE. Patch by timurrrr@google.com by Kostya Serebryany · 13 years ago
  82. 83c19fc [asan] remove dead code by Kostya Serebryany · 13 years ago
  83. 59dc578 Implement GetMacosVersion() to obtain the OS X version at runtime. by Alexander Potapenko · 13 years ago
  84. 2a03ffe [asan] tests should not require the asan-rt to be built with debug info by Kostya Serebryany · 13 years ago
  85. cb00d13 [asan] new run-time flag: sleep_before_dying (asan Issue #31) by Kostya Serebryany · 13 years ago
  86. c63a6c4 [asan] re-enable the test for ObjC initialization bug by Kostya Serebryany · 13 years ago
  87. d271c92 [asan] fix issue 35: don't let the optimizer to optimize the test code away. by Kostya Serebryany · 13 years ago
  88. 9b993e8 [asan] ifdef/include cleanup by Kostya Serebryany · 13 years ago
  89. 3be19f4 [asan] add a test for __attribute__ no_address_safety_analysis by Kostya Serebryany · 13 years ago
  90. 8582208 [asan] minor ifdef cleanup by Kostya Serebryany · 13 years ago
  91. 3389b8e AddressSanitizer: Enforce default visibility for all libc interceptors by Alexey Samsonov · 13 years ago
  92. c9c9f3e Add a mask for "cmpb $imm, (%rdi)" on x86_64 by Alexander Potapenko · 13 years ago
  93. eb2ecd0 Proper divmod implementation by Anton Korobeynikov · 13 years ago
  94. 1110475 Provide aeabi_mem* functions. by Anton Korobeynikov · 13 years ago
  95. 6f04529 Make compiler-rt/trunk/lib/asan compileable with Visual Studio 2008 on Windows. by Alexander Potapenko · 13 years ago
  96. c836523 Make compiler-rt/trunk/lib/asan compileable with g++. by Alexander Potapenko · 13 years ago
  97. 0dfa675 Darwin-specific templates for the output tests. by Alexander Potapenko · 13 years ago
  98. 0042411 More accurate atos execution which depends on the file type (EXECUTE, DYLIB) of the binary. by Alexander Potapenko · 13 years ago
  99. ddf50a3 Fix a bug in AsanProcMaps on Mac: on 64 bits the program was trying to read twice as many segment load commands as the binary actually contained. by Alexander Potapenko · 13 years ago
  100. f4cea8f Tune asan_symbolize.py to symbolize 64-bit binaries correctly. by Alexander Potapenko · 13 years ago