summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_win.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for custom loaders to symbolizerFrancis Ricci2017-09-271-2/+4
* [sanitizer_common] Don't provide sanitizer_procmaps API functions where not d...Francis Ricci2017-09-251-1/+0
* [sanitizer] Move StartReportDeadlySignal into sanitizer_common_libcdepVitaly Buka2017-09-181-4/+0
* [sanitizer] Add empty Fuchsia and Win versions of StartReportDeadlySignalVitaly Buka2017-09-141-0/+4
* [sanitizer] Move IsStackOverflow into SignalContextVitaly Buka2017-09-141-0/+4
* [compiler-rt] Fix Windows buildVitaly Buka2017-09-141-4/+0
* [compiler-rt] Cleanup SignalContext initializationVitaly Buka2017-09-141-14/+29
* [compiler-rt] Use SignalContext in ErrorStackOverflow and ErrorDeadlySignalVitaly Buka2017-09-131-26/+43
* [compiler-rt] Add siginfo into SignalContextVitaly Buka2017-09-131-2/+6
* [sanitizers] Add a blocking boolean to GetRandom prototypeKostya Kortchinsky2017-08-141-1/+1
* [sanitizer_common] Move filesystem-related code out of sanitizer_common.ccVitaly Buka2017-07-221-0/+1
* [asan] For iOS/AArch64, if the dynamic shadow doesn't fit, restrict the VM spaceKuba Mracek2017-07-121-1/+2
* [Sanitizers] 64 bit allocator respects allocator_may_return_null flagAlex Shlyapnikov2017-06-261-0/+12
* [Sanitizers] 32 bit allocator respects allocator_may_return_null flagAlex Shlyapnikov2017-06-221-10/+15
* [sanitizer] Add a function to gather random bytesKostya Kortchinsky2017-06-211-0/+5
* [Sanitizers] Secondary allocator respects allocator_may_return_null=1.Alex Shlyapnikov2017-06-161-0/+10
* [sanitizer] Reverting D34152Kostya Kortchinsky2017-06-141-5/+1
* [sanitizer] MmapAlignedOrDie changes to reduce fragmentationKostya Kortchinsky2017-06-141-1/+5
* [sanitizer-coverage] nuke more stale codeKostya Serebryany2017-06-021-3/+0
* [compiler-rt] Replace allow_user_segv_handler=0 with kHandleSignalExclusiveVitaly Buka2017-05-251-2/+2
* Use write instead of read permissions to check for global sections on macFrancis Ricci2017-05-191-1/+1
* [sanitizer] Introduce tid_t as a typedef for OS-provided thread IDsKuba Mracek2017-04-171-1/+1
* Don't read non-readable address ranges during lsan pointer scanningFrancis Ricci2017-04-171-1/+2
* [sanitizer] Bail out with warning if user dlopens shared library with RTLD_DE...Maxim Ostapenko2017-03-091-0/+3
* [sanitizer] Move DescribeSignalOrException to sanitizer_common.Marcos Pividori2017-02-021-0/+26
* [sanitizer] Move exception code to sanitizer_common.Marcos Pividori2017-02-021-0/+27
* General definition for weak functionsMarcos Pividori2017-01-291-11/+0
* [sanitizer] [asan] Use macros to simplify weak aliases on Windows.Marcos Pividori2017-01-201-5/+3
* [sanitizer] Add a 'print_module_map' flag which prints modules with UUIDs on ...Kuba Mracek2017-01-061-0/+2
* break overly long line in sanitizer_win.ccBob Haarman2017-01-051-1/+2
* fix warning about noreturn in sanitizer_win's internal__exit()Bob Haarman2017-01-051-1/+15
* Fix warning for noreturn functionReid Kleckner2016-12-131-0/+1
* Release memory to OS only when the requested range covers the entire pageEvgeniy Stepanov2016-11-301-2/+1
* [asan] Add a "dump_registers" flag to print out CPU registers after a SIGSEGVKuba Mracek2016-11-261-0/+4
* [asan/win] Delay load dbghelp.dll to delay ucrtbase.dll initializationReid Kleckner2016-11-141-3/+3
* [asan/win] Fix wrong TerminateProcess exit codeReid Kleckner2016-11-111-1/+1
* [asan/win] Move breakpoint from Abort to internal__exitReid Kleckner2016-11-101-2/+4
* [asan/win] Use TerminateProcess when we want to exit abnormallyReid Kleckner2016-11-091-1/+2
* tsan: always define SANITIZER_GODmitry Vyukov2016-10-281-4/+4
* tsan: fix windows buildDmitry Vyukov2016-10-281-0/+2
* [compiler-rt] Add support for the dynamic shadow allocationEtienne Bergeron2016-09-301-0/+20
* revert 282085, 281909, they broke 32-bit dynamic ASan and the sanitizer-windo...Nico Weber2016-09-211-20/+0
* [compiler-rt] Add support for the dynamic shadow allocationEtienne Bergeron2016-09-191-0/+20
* Really fix the Windows sanitizer buildReid Kleckner2016-09-151-0/+12
* [asan] first attempt at releasing free-d memory back to the system using madv...Kostya Serebryany2016-08-261-2/+2
* Fix dumping of process module list and test itReid Kleckner2016-08-051-2/+2
* [compiler-rt] Fix memory allocator for dynamic address spaceEtienne Bergeron2016-08-041-2/+6
* [sanitizer] better allocator stats (with rss)Kostya Serebryany2016-07-211-0/+5
* [compiler-rt] Fix broken SymInitialize unittestEtienne Bergeron2016-07-211-0/+2
* tsan: fix windows buildDmitry Vyukov2016-07-201-3/+3