2014-02-04 |
Timur Iskhodzhanov | [ASan/Win] Add DLL thunks for __asan_{,un}poison_memory_region
|
commit | commitdiff | tree |
2014-02-04 |
Timur Iskhodzhanov | [ASan/Win] Fall back to stdout if we can't print the...
|
commit | commitdiff | tree |
2014-01-31 |
Timur Iskhodzhanov | Remove /FS as it's auto-added by CMake 2.8.12.1; also...
|
commit | commitdiff | tree |
2014-01-30 |
Timur Iskhodzhanov | Move /FS to SANITIZER_COMMON_CFLAGS
|
commit | commitdiff | tree |
2014-01-30 |
Timur Iskhodzhanov | Quick-fix a typo
|
commit | commitdiff | tree |
2014-01-30 |
Timur Iskhodzhanov | Add an /FS flag to the lib/interception CMake to make...
|
commit | commitdiff | tree |
2014-01-30 |
Timur Iskhodzhanov | Add an /FS flag to the sanitizer_common CMake to make...
|
commit | commitdiff | tree |
2014-01-30 |
Timur Iskhodzhanov | Add an /FS flag to the ASan RTL CMake to make it buildable...
|
commit | commitdiff | tree |
2014-01-29 |
Timur Iskhodzhanov | Add support for more instruction prefixes so we can...
|
commit | commitdiff | tree |
2013-12-18 |
Timur Iskhodzhanov | [Sanitizers] Fix CL compile-time warning in the symbolizer
|
commit | commitdiff | tree |
2013-12-18 |
Timur Iskhodzhanov | [Sanitizer] Implement Symbolizer class on Windows
|
commit | commitdiff | tree |
2013-12-18 |
Timur Iskhodzhanov | [Sanitizers] Rename Symbolizer::SymbolizeCode to Symbolizer...
|
commit | commitdiff | tree |
2013-12-10 |
Timur Iskhodzhanov | [ASan] Fix StackTrace::SlowUnwindStack on Windows
|
commit | commitdiff | tree |
2013-12-04 |
Timur Iskhodzhanov | [ASan] Use 'extern "C"' rather than 'extern' for global...
|
commit | commitdiff | tree |
2013-11-29 |
Timur Iskhodzhanov | Increase the LocatePcInTrace PC threshold now that...
|
commit | commitdiff | tree |
2013-11-29 |
Timur Iskhodzhanov | Fix current stack unwinding when using DRASan
|
commit | commitdiff | tree |
2013-11-29 |
Timur Iskhodzhanov | [ASan] Also print <empty stack> when size==0
|
commit | commitdiff | tree |
2013-11-27 |
Timur Iskhodzhanov | Add a DLL thunk for __asan_handle_no_return
|
commit | commitdiff | tree |
2013-11-26 |
Timur Iskhodzhanov | [ASan] Use ExitProcess rather than _exit on Windows...
|
commit | commitdiff | tree |
2013-11-25 |
Timur Iskhodzhanov | [ASan] Follow-up fix: use #if SANITIZER_WINDOWS, not...
|
commit | commitdiff | tree |
2013-11-25 |
Timur Iskhodzhanov | [ASan] Un-break the Windows build
|
commit | commitdiff | tree |
2013-11-09 |
Timur Iskhodzhanov | Remove a FIXME now that I can't reproduce the problem
|
commit | commitdiff | tree |
2013-11-09 |
Timur Iskhodzhanov | [Sanitizers] Share some stack walking code between...
|
commit | commitdiff | tree |
2013-10-27 |
Timur Iskhodzhanov | Work around ASan/Win breakage by r193448
|
commit | commitdiff | tree |
2013-09-23 |
Timur Iskhodzhanov | [ASan/Win] Slightly optimize the DLL thunk
|
commit | commitdiff | tree |
2013-09-23 |
Timur Iskhodzhanov | [ASan] Fix a compile-time warning
|
commit | commitdiff | tree |
2013-09-23 |
Timur Iskhodzhanov | [ASan] Add DLL thunks for the new stack UAR interface
|
commit | commitdiff | tree |
2013-09-10 |
Timur Iskhodzhanov | [ASan] Remove the explicit function prototypes for...
|
commit | commitdiff | tree |
2013-09-10 |
Timur Iskhodzhanov | [ASan] Don't crash in DescribeHeapAddress if we don...
|
commit | commitdiff | tree |
2013-09-03 |
Timur Iskhodzhanov | [asan] Hopefully un-break the RTL on Windows
|
commit | commitdiff | tree |
2013-09-03 |
Timur Iskhodzhanov | [asan] Hopefully fix the RTL build on Windows (part 2)
|
commit | commitdiff | tree |
2013-09-03 |
Timur Iskhodzhanov | Revert r185536 as it neither fixes any memory leaks...
|
commit | commitdiff | tree |
2013-08-16 |
Timur Iskhodzhanov | [ASan/RTL] Disable colored reporting on Windows
|
commit | commitdiff | tree |
2013-08-16 |
Timur Iskhodzhanov | [ASan/RTL] Disable alloc_dealloc_mismatch by default...
|
commit | commitdiff | tree |
2013-08-13 |
Timur Iskhodzhanov | [ASan/Win] Oops, forgot to add the attributes to the...
|
commit | commitdiff | tree |
2013-08-13 |
Timur Iskhodzhanov | [ASan/Win] Hook some memory allocation functions; passes...
|
commit | commitdiff | tree |
2013-08-13 |
Timur Iskhodzhanov | [ASan/Win] Add the first version of the RTL thunk that...
|
commit | commitdiff | tree |
2013-08-13 |
Timur Iskhodzhanov | Add a FIXME to check_lint
|
commit | commitdiff | tree |
2013-08-13 |
Timur Iskhodzhanov | [*San/RTL] One more minor fix
|
commit | commitdiff | tree |
2013-08-13 |
Timur Iskhodzhanov | [*San/RTL] Fix minor breakage
|
commit | commitdiff | tree |
2013-08-13 |
Timur Iskhodzhanov | Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and...
|
commit | commitdiff | tree |
2013-07-16 |
Timur Iskhodzhanov | [ASan] Use less shadow on Win 32-bit
|
commit | commitdiff | tree |
2013-07-15 |
Timur Iskhodzhanov | Fix check_lint warnings in sanitizers' runtime libraries
|
commit | commitdiff | tree |
2013-06-04 |
Timur Iskhodzhanov | Fix ALIGNED misuse in asan_thread.cc (built on all...
|
commit | commitdiff | tree |
2013-05-29 |
Timur Iskhodzhanov | Replaced 'bool .* = 0;' with '... = false;'
|
commit | commitdiff | tree |
2013-05-29 |
Timur Iskhodzhanov | Fix MSVC W3 compiler warnings
|
commit | commitdiff | tree |
2013-05-29 |
Timur Iskhodzhanov | Fix MSVC warnings at the -W2 level
|
commit | commitdiff | tree |
2013-05-23 |
Timur Iskhodzhanov | [ASan] Rename a atomic_compare_exchange_strong parameter...
|
commit | commitdiff | tree |
2013-05-20 |
Timur Iskhodzhanov | Fix realloc'ing freed/invalid pointers
|
commit | commitdiff | tree |
2013-05-20 |
Timur Iskhodzhanov | [ASan] Remove an unused ChunkBase field
|
commit | commitdiff | tree |
2013-05-18 |
Timur Iskhodzhanov | Replace CHECK(a == b); with CHECK_EQ(a, b); throughout...
|
commit | commitdiff | tree |
2013-04-12 |
Timur Iskhodzhanov | Finally drop the 'static' from INLINE and ALWAYS_INLINE
|
commit | commitdiff | tree |
2013-03-28 |
Timur Iskhodzhanov | Band-aid fix for the TSan RTL build
|
commit | commitdiff | tree |
2013-03-28 |
Timur Iskhodzhanov | Add "static" to the Windows ALWAYS_INLINE macro (similar...
|
commit | commitdiff | tree |
2013-03-28 |
Timur Iskhodzhanov | Remove all 'static' before ALWAYS_INLINE
|
commit | commitdiff | tree |
2013-03-28 |
Timur Iskhodzhanov | Make all the ALWAYS_INLINE users Windows-friendly;...
|
commit | commitdiff | tree |
2013-03-25 |
Timur Iskhodzhanov | Add a GetTid() implementation for Windows
|
commit | commitdiff | tree |
2013-03-22 |
Timur Iskhodzhanov | Revert 177745 as it was incorrect
|
commit | commitdiff | tree |
2013-03-22 |
Timur Iskhodzhanov | Band-aid fix for the Windows build caused by r177710...
|
commit | commitdiff | tree |
2013-02-08 |
Timur Iskhodzhanov | [ASan] Switch Windows to allocator v2, also fixing...
|
commit | commitdiff | tree |
2013-02-08 |
Timur Iskhodzhanov | [ASan] Move functions using BitScan/clzl to sanitizer_common
|
commit | commitdiff | tree |
2013-01-28 |
Timur Iskhodzhanov | Use the correct order of NOINLINE vs ret type to fix...
|
commit | commitdiff | tree |
2013-01-09 |
Timur Iskhodzhanov | [ASan/Win] Satisfy lint
|
commit | commitdiff | tree |
2013-01-09 |
Timur Iskhodzhanov | [ASan/Win] Unbreak the 32-bit RTL build
|
commit | commitdiff | tree |
2012-12-11 |
Timur Iskhodzhanov | ASan: fix lint problems introduced
|
commit | commitdiff | tree |
2012-12-11 |
Timur Iskhodzhanov | Hopefully fix the Windows build (2)
|
commit | commitdiff | tree |
2012-12-11 |
Timur Iskhodzhanov | Hopefully fix the Windows build by not including intrin.h
|
commit | commitdiff | tree |
2012-05-21 |
Timur Iskhodzhanov | [ASan] Make for-Windows RTL compileable using Clang++
|
commit | commitdiff | tree |
2012-04-09 |
Timur Iskhodzhanov | Use 'typename' instead of 'class' in template<> definitions...
|
commit | commitdiff | tree |
2012-04-05 |
Timur Iskhodzhanov | [ASan/Win] Revert the local Makefile change slipped...
|
commit | commitdiff | tree |
2012-04-05 |
Timur Iskhodzhanov | [ASan/Win] Fix lint warning
|
commit | commitdiff | tree |
2012-04-05 |
Timur Iskhodzhanov | [ASan/Win] Fix build by using inline assembly instead...
|
commit | commitdiff | tree |
2012-03-23 |
Timur Iskhodzhanov | [ASan/tests] Make 'noinline' and a bunch of other stuff...
|
commit | commitdiff | tree |
2012-03-23 |
Timur Iskhodzhanov | [ASan] replace '#if ... or ...' with '#if ... || ...'
|
commit | commitdiff | tree |
2012-03-23 |
Timur Iskhodzhanov | [ASan] Add a few more malloc-related interceptors for...
|
commit | commitdiff | tree |
2012-03-13 |
Timur Iskhodzhanov | [ASan] Undo NORETURN on POSIX as it's not clear how...
|
commit | commitdiff | tree |
2012-03-13 |
Timur Iskhodzhanov | [ASan] Fix build error on Linux; screen-reviewed by...
|
commit | commitdiff | tree |
2012-03-13 |
Timur Iskhodzhanov | [ASan/Win] Eliminate a couple of FIXMEs, add NORETURN...
|
commit | commitdiff | tree |
2012-03-13 |
Timur Iskhodzhanov | [ASan/Win] Fix wrong memmove,memcpy,memset interceptor...
|
commit | commitdiff | tree |
2012-03-12 |
Timur Iskhodzhanov | [ASan] Add back the support for /MT; intercept statically...
|
commit | commitdiff | tree |
2012-03-11 |
Timur Iskhodzhanov | [ASan] Use WriteFile instead of fwrite in AsanWrite
|
commit | commitdiff | tree |
2012-03-07 |
Timur Iskhodzhanov | [ASan] Fix lint warning
|
commit | commitdiff | tree |
2012-03-07 |
Timur Iskhodzhanov | [ASan/Win] Intercept _msize, required for running SQLite
|
commit | commitdiff | tree |
2012-02-29 |
Timur Iskhodzhanov | [ASan] Replace CRT .dll malloc with our implementation...
|
commit | commitdiff | tree |
2012-02-24 |
Timur Iskhodzhanov | [ASan] Intercept CreateThread on Windows
|
commit | commitdiff | tree |
2012-02-22 |
Timur Iskhodzhanov | [ASan] Intercept functions on Windows - first version
|
commit | commitdiff | tree |
2012-02-22 |
Timur Iskhodzhanov | [ASan] Fix style + suppress 'long' lint warnings
|
commit | commitdiff | tree |
2012-02-22 |
Timur Iskhodzhanov | [ASan] Fix a wrong filename mentioned in a comment
|
commit | commitdiff | tree |
2012-02-21 |
Timur Iskhodzhanov | [ASan] Add __asan_init to the list of C dynamic initializers...
|
commit | commitdiff | tree |
2012-02-21 |
Timur Iskhodzhanov | [ASan] Remove one FIXME - re-enable "free-not-malloced...
|
commit | commitdiff | tree |
2012-02-14 |
Timur Iskhodzhanov | [ASan] Define an internal implementation of strchr...
|
commit | commitdiff | tree |
2012-02-09 |
Timur Iskhodzhanov | [asan] The first version of the RTL for Windows, reviewed...
|
commit | commitdiff | tree |
2012-02-09 |
Timur Iskhodzhanov | Test commit + fix an obvious typo
|
commit | commitdiff | tree |