summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_win.cc
AgeCommit message (Expand)Author
2017-08-14[sanitizers] Add a blocking boolean to GetRandom prototypeKostya Kortchinsky
2017-07-22[sanitizer_common] Move filesystem-related code out of sanitizer_common.ccVitaly Buka
2017-07-12[asan] For iOS/AArch64, if the dynamic shadow doesn't fit, restrict the VM spaceKuba Mracek
2017-06-26[Sanitizers] 64 bit allocator respects allocator_may_return_null flagAlex Shlyapnikov
2017-06-22[Sanitizers] 32 bit allocator respects allocator_may_return_null flagAlex Shlyapnikov
2017-06-21[sanitizer] Add a function to gather random bytesKostya Kortchinsky
2017-06-16[Sanitizers] Secondary allocator respects allocator_may_return_null=1.Alex Shlyapnikov
2017-06-14[sanitizer] Reverting D34152Kostya Kortchinsky
2017-06-14[sanitizer] MmapAlignedOrDie changes to reduce fragmentationKostya Kortchinsky
2017-06-02[sanitizer-coverage] nuke more stale codeKostya Serebryany
2017-05-25[compiler-rt] Replace allow_user_segv_handler=0 with kHandleSignalExclusiveVitaly Buka
2017-05-19Use write instead of read permissions to check for global sections on macFrancis Ricci
2017-04-17[sanitizer] Introduce tid_t as a typedef for OS-provided thread IDsKuba Mracek
2017-04-17Don't read non-readable address ranges during lsan pointer scanningFrancis Ricci
2017-03-09[sanitizer] Bail out with warning if user dlopens shared library with RTLD_DE...Maxim Ostapenko
2017-02-02[sanitizer] Move DescribeSignalOrException to sanitizer_common.Marcos Pividori
2017-02-02[sanitizer] Move exception code to sanitizer_common.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-06[sanitizer] Add a 'print_module_map' flag which prints modules with UUIDs on ...Kuba Mracek
2017-01-05break overly long line in sanitizer_win.ccBob Haarman
2017-01-05fix warning about noreturn in sanitizer_win's internal__exit()Bob Haarman
2016-12-13Fix warning for noreturn functionReid Kleckner
2016-11-30Release memory to OS only when the requested range covers the entire pageEvgeniy Stepanov
2016-11-26[asan] Add a "dump_registers" flag to print out CPU registers after a SIGSEGVKuba Mracek
2016-11-14[asan/win] Delay load dbghelp.dll to delay ucrtbase.dll initializationReid Kleckner
2016-11-11[asan/win] Fix wrong TerminateProcess exit codeReid Kleckner
2016-11-10[asan/win] Move breakpoint from Abort to internal__exitReid Kleckner
2016-11-09[asan/win] Use TerminateProcess when we want to exit abnormallyReid Kleckner
2016-10-28tsan: always define SANITIZER_GODmitry Vyukov
2016-10-28tsan: fix windows buildDmitry Vyukov
2016-09-30[compiler-rt] Add support for the dynamic shadow allocationEtienne Bergeron
2016-09-21revert 282085, 281909, they broke 32-bit dynamic ASan and the sanitizer-windo...Nico Weber
2016-09-19[compiler-rt] Add support for the dynamic shadow allocationEtienne Bergeron
2016-09-15Really fix the Windows sanitizer buildReid Kleckner
2016-08-26[asan] first attempt at releasing free-d memory back to the system using madv...Kostya Serebryany
2016-08-05Fix dumping of process module list and test itReid Kleckner
2016-08-04[compiler-rt] Fix memory allocator for dynamic address spaceEtienne Bergeron
2016-07-21[sanitizer] better allocator stats (with rss)Kostya Serebryany
2016-07-21[compiler-rt] Fix broken SymInitialize unittestEtienne Bergeron
2016-07-20tsan: fix windows buildDmitry Vyukov
2016-07-18revert https://reviews.llvm.org/D22393Etienne Bergeron
2016-07-15TestCase null_deref was failing in Win64:Etienne Bergeron
2016-07-14[compiler-rt] Fix missing frame with stackwalking on windows 64-bitsEtienne Bergeron
2016-07-11[asan] Add exception handler to map memory on demand on Win64.Etienne Bergeron
2016-07-07[compiler-rt] Fix sanitizer memory allocator on win64.Etienne Bergeron
2016-06-23Use CreateFileA and add a FIXME to switch to the wide variantReid Kleckner
2016-04-27tsan: fix windows supportDmitry Vyukov
2016-04-27tsan: fix windows buildDmitry Vyukov
2016-04-23[sanitizer] add a function MmapNoAccess that mmaps a protected region *somewh...Kostya Serebryany