summaryrefslogtreecommitdiff
path: root/lib/asan/asan_win.cc
AgeCommit message (Expand)Author
2018-05-30[asan] Remove unneeded VirtualQuery from exception handlerReid Kleckner
2018-02-26Fix-up for r326106: FindAvailableMemoryRange needs a nullptr as its 5th argum...Kuba Mracek
2017-09-14[compiler-rt] Cleanup SignalContext initializationVitaly Buka
2017-09-13[asan] Fix Windows buildVitaly Buka
2017-07-12[asan] For iOS/AArch64, if the dynamic shadow doesn't fit, restrict the VM spaceKuba Mracek
2017-05-24[asan] Remove allow_user_segv_handler on Windows.Vitaly Buka
2017-02-21[compiler-rt][asan] Add support for desallocation of unhandled pointersEtienne Bergeron
2017-02-02[asan] Intercept SetUnhandledExceptionFilter.Marcos Pividori
2017-02-02[sanitizer] Move DescribeSignalOrException to sanitizer_common.Marcos Pividori
2017-02-02[sanitizer] Move exception code to sanitizer_common.Marcos Pividori
2017-02-02[asan] Properly handle exceptions.Marcos Pividori
2017-01-29General definition for weak functionsMarcos Pividori
2017-01-20[sanitizer] [asan] Use macros to simplify weak aliases on Windows.Marcos Pividori
2017-01-05[sancov] force default flags for windowsMike Aizatsky
2017-01-05fixing build, accidentally deleted two linesMike Aizatsky
2017-01-05[sancov] workaround for absence of weak symbols on winMike Aizatsky
2017-01-05[sancov] workaround for absence of weak symbols on winMike Aizatsky
2016-11-17[asan] Create a .ASAN$G(A-Z) section for global registrationReid Kleckner
2016-11-15Allow users to call ASan's deadly exception report mechanismReid Kleckner
2016-11-09Pacify lint checkJonas Hahnfeld
2016-11-08[asan/win] Add init hooks to .CRT$XLABReid Kleckner
2016-09-30[compiler-rt] Add support for the dynamic shadow allocationEtienne Bergeron
2016-09-15Really fix the Windows sanitizer buildReid Kleckner
2016-09-14Fix the Windows build after r281546Reid Kleckner
2016-09-08[asan] Reify ErrorDeadlySignalFilipe Cabecinhas
2016-08-29[asan] Remove runtime flag detect_stack_use_after_scopeVitaly Buka
2016-08-05Fix two tests in Win64 ASanReid Kleckner
2016-08-04Avoid re-entrancy between __sanitizer::Report, OutputDebugString, and RtlRais...Reid Kleckner
2016-08-03[ASan] Report illegal instruction exceptions in ASanReid Kleckner
2016-08-02[asan] Intercept RtlRaiseException instead of kernel32!RaiseExceptionReid Kleckner
2016-08-02[asan] Remove NtWaitForWorkViaWorkerFactory interceptorReid Kleckner
2016-08-01[compiler-rt] Fix various typos in asan dll [NFC]Etienne Bergeron
2016-07-21Disable thread safe statics in clang-cl, they call the CRTReid Kleckner
2016-07-21Fix clang-cl warning and crash in sanitizersReid Kleckner
2016-07-19Add detect_stack_use_after_scope runtime flagVitaly Buka
2016-07-15[compiler-rt] Fix 64-bits exception handlers in ASAN 64-bits runtimeEtienne Bergeron
2016-07-11[asan] Add exception handler to map memory on demand on Win64.Etienne Bergeron
2016-05-27This patch is activating the build of Asan on Windows 64-bits.Etienne Bergeron
2016-03-28[asan] Add runtime support for __asan_(un)register_image_globalsRyan Govostes
2016-03-21[asan] Set the unhandled exception filter slightly later during startupReid Kleckner
2015-12-03[tsan] Use re-exec method to enable interceptors on older versions of OS XKuba Brecka
2015-10-29Sanitizer: define WIN32_LEAN_AND_MEANSaleem Abdulrasool
2015-08-13Fix installation of the unhandled exception filter with r244767Reid Kleckner
2015-08-06[sanitizer] 2-nd attempt. Add the flag handle_sigfpe that is default true to ...Kostya Serebryany
2015-08-06Revert "[sanitizer] Add the flag handle_sigfpe that is default true to handle...Renato Golin
2015-08-05[sanitizer] Add the flag handle_sigfpe that is default true to handle SIGFPE ...Kostya Serebryany
2015-07-29Delete unused <dbghelp.h> includeReid Kleckner
2015-07-21[asan] Remove AsanPlatformThreadInitReid Kleckner
2015-03-17[ASan/Win] Fix a CHECK failure when an exception is thrown from a callback pa...Timur Iskhodzhanov
2015-03-16[ASan] NFC: Factor out platform-specific interceptorsTimur Iskhodzhanov