summaryrefslogtreecommitdiff
path: root/lib/asan/asan_win.cc
Commit message (Expand)AuthorAgeFilesLines
* [asan] add flags: disable_core, abort_on_error and unmap_shadow_on_exitKostya Serebryany2012-04-061-0/+4
* [ASan/Win] Fix lint warningTimur Iskhodzhanov2012-04-051-1/+1
* [ASan/Win] Fix build by using inline assembly instead of an unavailable intri...Timur Iskhodzhanov2012-04-051-1/+10
* [asan] make __asan::Deallocate immune to racy double-free (issue #57)Kostya Serebryany2012-04-051-0/+4
* Introduce the use_sigaltstack flag (off by default), which enables using alte...Alexander Potapenko2012-04-051-0/+8
* [ASan/Win] Eliminate a couple of FIXMEs, add NORETURN to CheckFailed/UNIMPLEM...Timur Iskhodzhanov2012-03-131-6/+12
* [ASan] Add back the support for /MT; intercept statically-linked functionsTimur Iskhodzhanov2012-03-121-2/+2
* [ASan] Use WriteFile instead of fwrite in AsanWriteTimur Iskhodzhanov2012-03-111-2/+7
* [asan] use O(log(N)) algorithm instead of O(N) in __asan_get_ownershipKostya Serebryany2012-03-101-0/+8
* [ASan] Intercept CreateThread on WindowsTimur Iskhodzhanov2012-02-241-1/+1
* AddressSanitizer: get rid of stdlib.h and add (smaller) stddef.h insteadAlexey Samsonov2012-02-221-0/+5
* [ASan] Intercept functions on Windows - first versionTimur Iskhodzhanov2012-02-221-1/+3
* Move the contents of AsanProcMaps::Dump() into AsanDumpProcessMaps() for Posi...Alexander Potapenko2012-02-221-0/+4
* [asan] implement __asan_set_death_callbackKostya Serebryany2012-02-131-13/+6
* Move the non-trivial implementation of AsanShadowRangeIsAvailable to asan_mac.ccAlexander Potapenko2012-02-131-0/+5
* [asan] The first version of the RTL for Windows, reviewed at http://coderevie...Timur Iskhodzhanov2012-02-091-0/+263