summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [scudo][standalone] Add the memory reclaiming mechanismKostya Kortchinsky2019-04-306-3/+527
* Fix FIXME added in r359339Reid Kleckner2019-04-292-15/+12
* Pacify sanitizer lint script after r359498Reid Kleckner2019-04-291-1/+0
* [AddressSanitizer] [Windows] Fix HeapReAlloc and _recalloc bugs in asan_mallo...Matthew G McGovern2019-04-293-14/+101
* [Sanitizer] Cleanup {ASAN, MSAN}_INTERCEPT_FUNC[_VER] macroJulian Lettner2019-04-292-7/+4
* [builtins] Use __APPLE__ instead of __MACH__ in checkPetr Hosek2019-04-291-1/+1
* [builtins] Fix the missing assembly on DarwinPetr Hosek2019-04-291-1/+1
* [builtins] Fix the typo in the preprocessor checkPetr Hosek2019-04-291-1/+1
* [builtins] Use aliases for function redirectsPetr Hosek2019-04-2941-95/+85
* [builtins] Use single line C++/C99 comment stylePetr Hosek2019-04-28240-3869/+3489
* [builtins] Reformat builtins with clang-formatPetr Hosek2019-04-28193-5873/+5341
* [CMake] Don't modify `FUZZER_SUPPORTED_ARCH` is place.Dan Liew2019-04-281-2/+3
* [sanitizer] Calculate SizeClassAllocator32::ByteMap type from Params::kSpaceS...Vitaly Buka2019-04-278-102/+17
* [sanitizer] NFC: add static_assert to confirm that we use reasonable ByteMap ...Vitaly Buka2019-04-271-3/+21
* [NFC][Sanitizer] Remove GetRealFunctionAddress and replace usagesJulian Lettner2019-04-274-46/+11
* Revert "[sanitizer] NFC: add static_assert to confirm that we use optimal Byt...JF Bastien2019-04-261-7/+3
* [Sanitizer][Windows] Speculative fix for broken build on WindowsJulian Lettner2019-04-261-2/+7
* [Sanitizer] Fix testJulian Lettner2019-04-261-0/+2
* [Sanitizer] Fix compliation error in testJulian Lettner2019-04-261-2/+0
* Implement __sanitizer::conditional<B, T, F>Vitaly Buka2019-04-262-0/+24
* [sanitizer] NFC: add static_assert to confirm that we use optimal ByteMap typeVitaly Buka2019-04-261-3/+7
* Revert "[CMake] Fix the value of `config.target_cflags` for non-macOS Apple"Dan Liew2019-04-265-55/+9
* [NFC][Sanitizer] Change "return type" of INTERCEPT_FUNCTION to voidJulian Lettner2019-04-263-8/+18
* [NFC] Remove ::kForTest from AP64, it does not use it.Vitaly Buka2019-04-262-8/+8
* [asan_symbolize] Teach `asan_symbolize.py` to symbolicate using a module mapDan Liew2019-04-262-0/+274
* [CMake] Fix the value of `config.target_cflags` for non-macOS AppleDan Liew2019-04-265-9/+55
* [lsan] Use SANITIZER_WORDSIZE when selecting ByteMapVitaly Buka2019-04-265-13/+34
* Revert "[lsan] Use SANITIZER_WORDSIZE when selecting ByteMap"Vitaly Buka2019-04-265-34/+13
* NFC: Clang-format msan_allocator.ccVitaly Buka2019-04-261-61/+61
* [lsan] Use SANITIZER_WORDSIZE when selecting ByteMapVitaly Buka2019-04-265-13/+34
* [libFuzzer] Disable MSan interceptors in SIGINT handler.Matt Morehouse2019-04-262-1/+19
* [libFuzzer] Require linux for libcxx.testMatt Morehouse2019-04-251-0/+1
* [compiler-rt] Build custom libc++abi without exceptions.Matt Morehouse2019-04-252-0/+16
* [NFC][Sanitizer] Extract GetFuncAddr from GetRealFunctionAddressJulian Lettner2019-04-253-9/+20
* [scudo][standalone] Introduce the SizeClassMapKostya Kortchinsky2019-04-255-1/+190
* [sanitizer_common] Remove some old commented-out printf statements, and fixed...Mitch Phillips2019-04-241-6/+1
* [compiler-rt] NFC fixed [whitespace/braces] LINT warningVitaly Buka2019-04-241-1/+1
* [fuzzer] Fix reload.test on Linux/aarch64Adhemerval Zanella2019-04-241-2/+2
* [compiler-rt] Fix warning about virtual destructor in sanitizer_flag_parser.hVitaly Buka2019-04-241-0/+3
* [llvm-symbolizer] Quick fix for broken sanitizer botMitch Phillips2019-04-241-0/+1
* [scudo][standalone] Introduce the Secondary allocatorKostya Kortchinsky2019-04-2414-88/+476
* The error message for mismatched value sites is very cryptic.Dmitry Mikulin2019-04-232-6/+6
* [TSan] Support fiber API on macOSJulian Lettner2019-04-2015-43/+89
* [CMake] Add fuzzer as a component for runtime buildsChris Bieneman2019-04-191-0/+2
* [gn] Support dots in CMake paths in the sync scriptPetr Hosek2019-04-191-1/+0
* Removed regiser dump checks from FP unit test.Mitch Phillips2019-04-191-41/+14
* [HWASan] Added no-FP unit test for register dump.Mitch Phillips2019-04-191-12/+12
* Updated test case.Mitch Phillips2019-04-191-7/+19
* Added no-FP unit test for register dump.Mitch Phillips2019-04-191-0/+43
* [libFuzzer] revert part of r358726 committed by mistake (oops)Kostya Serebryany2019-04-191-1/+0