| Commit message (Expand) | Author | Age | Files | Lines |
* | [sanitizer] Move GetStackTrace from ASan to sanitizer_common. | Sergey Matveev | 2013-05-08 | 1 | -24/+0 |
* | [sanitizer] More renamed macros. | Evgeniy Stepanov | 2013-03-19 | 1 | -1/+1 |
* | [sanitizer] Replace more platform checks with SANITIZER_ constants. | Evgeniy Stepanov | 2013-03-19 | 1 | -0/+2 |
* | [ASan] minor changes to swapcontext handling: don't clear shadow memory if co... | Alexey Samsonov | 2013-01-17 | 1 | -1/+1 |
* | asan/tsan: move blocking mutex from asan to sanitizer_common | Dmitry Vyukov | 2013-01-14 | 1 | -40/+3 |
* | asan: fix FIXME on windows | Dmitry Vyukov | 2013-01-11 | 1 | -2/+1 |
* | [asan] fix win build | Kostya Serebryany | 2012-12-13 | 1 | -1/+2 |
* | [ASan] Add interceptor for swapcontext to fight with false positives in some ... | Alexey Samsonov | 2012-11-23 | 1 | -0/+4 |
* | [ASan] Add extern C for __asan_symbolize on Windows | Alexey Samsonov | 2012-10-02 | 1 | -1/+3 |
* | [Sanitizer/ASan] Simplify the code that prints and symbolizes stack traces. F... | Alexey Samsonov | 2012-10-02 | 1 | -41/+46 |
* | [asan] fix Windows build | Kostya Serebryany | 2012-08-28 | 1 | -7/+7 |
* | [asan] some renaming before we move StackTrace into sanitizer_common | Kostya Serebryany | 2012-08-28 | 1 | -1/+1 |
* | If the program is linked to a dynamic ASan runtime which is not present in DY... | Alexander Potapenko | 2012-08-24 | 1 | -0/+4 |
* | [ASan] get rid of ASAN_USE_EXTERNAL_SYMBOLIZER compiler def in favor of __asa... | Alexey Samsonov | 2012-08-22 | 1 | -1/+1 |
* | Intercept CFAllocator for each thread in the program. | Alexander Potapenko | 2012-07-23 | 1 | -0/+4 |
* | [Sanitizer] Renaming: SNPrintf -> internal_snprintf (and move it to sanitizer... | Alexey Samsonov | 2012-06-19 | 1 | -2/+3 |
* | [Sanitizer] move ShadowRangeIsAvailable and several defines to common runtime | Alexey Samsonov | 2012-06-15 | 1 | -5/+0 |
* | [Sanitizer] move atomic ops, min/max and sort to commnon runtime | Alexey Samsonov | 2012-06-15 | 1 | -32/+0 |
* | [Sanitizer] move more portability wrappers to common runtime: sleep, _exit, a... | Alexey Samsonov | 2012-06-15 | 1 | -21/+0 |
* | [Sanitizer] move DumpProcessMap and DisableCoreDumper to common runtime | Alexey Samsonov | 2012-06-15 | 1 | -8/+0 |
* | [Sanitizer] move rest of mmap routines to common sanitizer runtime | Alexey Samsonov | 2012-06-14 | 1 | -11/+0 |
* | [Sanitizer] move portable GetEnv to common sanitizer runtime | Alexey Samsonov | 2012-06-14 | 1 | -16/+0 |
* | [ASan] don't include deleted header | Alexey Samsonov | 2012-06-14 | 1 | -1/+0 |
* | [Sanitizer] factor out GetThreadStackTopAndBottom from ASan runtime to common. | Alexey Samsonov | 2012-06-07 | 1 | -11/+0 |
* | [Sanitizer] Switch to common mmap/munmap routines in ASan run-time. | Alexey Samsonov | 2012-06-06 | 1 | -11/+0 |
* | [asan] make tid u32 instead of int | Kostya Serebryany | 2012-06-06 | 1 | -1/+1 |
* | [asan] start compacting the allocator header, the goal is to make it 16 bytes... | Kostya Serebryany | 2012-06-06 | 1 | -0/+7 |
* | [Sanitizer] Move more functions/constants to sanitizer_common. | Alexey Samsonov | 2012-06-06 | 1 | -4/+0 |
* | [ASan] use internal_{close,read,write} in ASan runtime. | Alexey Samsonov | 2012-06-05 | 1 | -24/+0 |
* | [ASan] use internal_open from sanitizer_libc in ASan runtime | Alexey Samsonov | 2012-06-05 | 1 | -4/+0 |
* | [asan] partial fix for windows build | Kostya Serebryany | 2012-05-31 | 1 | -11/+11 |
* | [asan] more renaming | Kostya Serebryany | 2012-05-31 | 1 | -1/+1 |
* | [asan] more renaming | Kostya Serebryany | 2012-05-31 | 1 | -18/+18 |
* | [ASan] Make for-Windows RTL compileable using Clang++ | Timur Iskhodzhanov | 2012-05-21 | 1 | -1/+2 |
* | [asan] add flags: disable_core, abort_on_error and unmap_shadow_on_exit | Kostya Serebryany | 2012-04-06 | 1 | -0/+4 |
* | [ASan/Win] Fix lint warning | Timur Iskhodzhanov | 2012-04-05 | 1 | -1/+1 |
* | [ASan/Win] Fix build by using inline assembly instead of an unavailable intri... | Timur Iskhodzhanov | 2012-04-05 | 1 | -1/+10 |
* | [asan] make __asan::Deallocate immune to racy double-free (issue #57) | Kostya Serebryany | 2012-04-05 | 1 | -0/+4 |
* | Introduce the use_sigaltstack flag (off by default), which enables using alte... | Alexander Potapenko | 2012-04-05 | 1 | -0/+8 |
* | [ASan/Win] Eliminate a couple of FIXMEs, add NORETURN to CheckFailed/UNIMPLEM... | Timur Iskhodzhanov | 2012-03-13 | 1 | -6/+12 |
* | [ASan] Add back the support for /MT; intercept statically-linked functions | Timur Iskhodzhanov | 2012-03-12 | 1 | -2/+2 |
* | [ASan] Use WriteFile instead of fwrite in AsanWrite | Timur Iskhodzhanov | 2012-03-11 | 1 | -2/+7 |
* | [asan] use O(log(N)) algorithm instead of O(N) in __asan_get_ownership | Kostya Serebryany | 2012-03-10 | 1 | -0/+8 |
* | [ASan] Intercept CreateThread on Windows | Timur Iskhodzhanov | 2012-02-24 | 1 | -1/+1 |
* | AddressSanitizer: get rid of stdlib.h and add (smaller) stddef.h instead | Alexey Samsonov | 2012-02-22 | 1 | -0/+5 |
* | [ASan] Intercept functions on Windows - first version | Timur Iskhodzhanov | 2012-02-22 | 1 | -1/+3 |
* | Move the contents of AsanProcMaps::Dump() into AsanDumpProcessMaps() for Posi... | Alexander Potapenko | 2012-02-22 | 1 | -0/+4 |
* | [asan] implement __asan_set_death_callback | Kostya Serebryany | 2012-02-13 | 1 | -13/+6 |
* | Move the non-trivial implementation of AsanShadowRangeIsAvailable to asan_mac.cc | Alexander Potapenko | 2012-02-13 | 1 | -0/+5 |
* | [asan] The first version of the RTL for Windows, reviewed at http://coderevie... | Timur Iskhodzhanov | 2012-02-09 | 1 | -0/+263 |