summaryrefslogtreecommitdiff
path: root/lib/asan/asan_win.cc
Commit message (Expand)AuthorAgeFilesLines
* [sanitizers][windows] Rtl-Heap Interception and testsMatthew G McGovern2019-07-091-25/+50
* Revert "[sanitizers][windows] Rtl-Heap Interception and tests"JF Bastien2019-07-081-50/+25
* [sanitizers][windows] Rtl-Heap Interception and testsMatthew G McGovern2019-07-081-25/+50
* Fix FIXME added in r359339Reid Kleckner2019-04-291-15/+11
* [Sanitizer][Windows] Speculative fix for broken build on WindowsJulian Lettner2019-04-261-2/+7
* [winasan] Unpoison stack memory when threads exit (redux)David Major2019-02-261-0/+13
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Introduce a way to allow the ASan dylib on Darwin platforms to be loaded via ...Dan Liew2018-12-011-0/+7
* Revert r346560 "[winasan] Unpoison the stack in NtTerminateThread"Reid Kleckner2018-11-291-11/+1
* Re-land r343606 "[winasan] Unpoison the stack in NtTerminateThread"Reid Kleckner2018-11-091-1/+11
* Revert r343606/r342652 "[winasan] Unpoison the stack in NtTerminateThread""Reid Kleckner2018-10-051-11/+1
* Reland r342652 "[winasan] Unpoison the stack in NtTerminateThread"David Major2018-10-021-1/+11
* Revert r342652 "[winasan] Unpoison the stack in NtTerminateThread"Hans Wennborg2018-09-281-11/+1
* [winasan] Pin the ASan DLL to prevent unloadingDavid Major2018-09-261-0/+8
* [winasan] Unpoison the stack in NtTerminateThreadDavid Major2018-09-201-1/+11
* [asan] Remove unneeded VirtualQuery from exception handlerReid Kleckner2018-05-301-5/+0
* Fix-up for r326106: FindAvailableMemoryRange needs a nullptr as its 5th argum...Kuba Mracek2018-02-261-2/+2
* [compiler-rt] Cleanup SignalContext initializationVitaly Buka2017-09-141-1/+1
* [asan] Fix Windows buildVitaly Buka2017-09-131-1/+1
* [asan] For iOS/AArch64, if the dynamic shadow doesn't fit, restrict the VM spaceKuba Mracek2017-07-121-0/+12
* [asan] Remove allow_user_segv_handler on Windows.Vitaly Buka2017-05-241-1/+1
* [compiler-rt][asan] Add support for desallocation of unhandled pointersEtienne Bergeron2017-02-211-0/+4
* [asan] Intercept SetUnhandledExceptionFilter.Marcos Pividori2017-02-021-24/+42
* [sanitizer] Move DescribeSignalOrException to sanitizer_common.Marcos Pividori2017-02-021-27/+0
* [sanitizer] Move exception code to sanitizer_common.Marcos Pividori2017-02-021-28/+2
* [asan] Properly handle exceptions.Marcos Pividori2017-02-021-10/+32
* General definition for weak functionsMarcos Pividori2017-01-291-12/+0
* [sanitizer] [asan] Use macros to simplify weak aliases on Windows.Marcos Pividori2017-01-201-22/+8
* [sancov] force default flags for windowsMike Aizatsky2017-01-051-3/+0
* fixing build, accidentally deleted two linesMike Aizatsky2017-01-051-0/+2
* [sancov] workaround for absence of weak symbols on winMike Aizatsky2017-01-051-0/+2
* [sancov] workaround for absence of weak symbols on winMike Aizatsky2017-01-051-2/+1
* [asan] Create a .ASAN$G(A-Z) section for global registrationReid Kleckner2016-11-171-1/+3
* Allow users to call ASan's deadly exception report mechanismReid Kleckner2016-11-151-6/+14
* Pacify lint checkJonas Hahnfeld2016-11-091-2/+2
* [asan/win] Add init hooks to .CRT$XLABReid Kleckner2016-11-081-2/+16
* [compiler-rt] Add support for the dynamic shadow allocationEtienne Bergeron2016-09-301-0/+6
* Really fix the Windows sanitizer buildReid Kleckner2016-09-151-3/+0
* Fix the Windows build after r281546Reid Kleckner2016-09-141-0/+3
* [asan] Reify ErrorDeadlySignalFilipe Cabecinhas2016-09-081-6/+5
* [asan] Remove runtime flag detect_stack_use_after_scopeVitaly Buka2016-08-291-6/+0
* Fix two tests in Win64 ASanReid Kleckner2016-08-051-4/+15
* Avoid re-entrancy between __sanitizer::Report, OutputDebugString, and RtlRais...Reid Kleckner2016-08-041-2/+5
* [ASan] Report illegal instruction exceptions in ASanReid Kleckner2016-08-031-5/+33
* [asan] Intercept RtlRaiseException instead of kernel32!RaiseExceptionReid Kleckner2016-08-021-4/+7
* [asan] Remove NtWaitForWorkViaWorkerFactory interceptorReid Kleckner2016-08-021-37/+0
* [compiler-rt] Fix various typos in asan dll [NFC]Etienne Bergeron2016-08-011-3/+3
* Disable thread safe statics in clang-cl, they call the CRTReid Kleckner2016-07-211-1/+1
* Fix clang-cl warning and crash in sanitizersReid Kleckner2016-07-211-1/+0
* Add detect_stack_use_after_scope runtime flagVitaly Buka2016-07-191-0/+6