summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [tsan] Update test to r307338Vitaly Buka2017-07-121-2/+2
* Use internal_strncpy to copy filename in linux procmapsFrancis Ricci2017-07-111-6/+5
* Inline function to get mac segment address rangeFrancis Ricci2017-07-112-63/+58
* Refactor MemoryMappingLayout::Next to use a single struct instead of output p...Francis Ricci2017-07-1117-216/+165
* [asan] Fix asan_device_setup --use-su mode on Android 7.x.Evgeniy Stepanov2017-07-111-1/+1
* Remove duplicate assignments in stat64/kernel_stat_to_stat functionsPetar Jovanovic2017-07-111-2/+0
* Do not crash with missing symbolication when running in DEDUP modeGeorge Karpenkov2017-07-101-1/+2
* Add an #if SANITIZER_MAC and a comment to lsan_common's suppression for "_os_...Kuba Mracek2017-07-101-3/+5
* [X86] Sync a few more things from llvm's Host.cpp to cpu_model.Craig Topper2017-07-101-42/+32
* [X86] Resync cpu_model.c with llvm's Host.cpp in preparation for making it co...Craig Topper2017-07-101-34/+55
* Fix-up for r307537: We need to #include stdint.h to get int32_t.Kuba Mracek2017-07-101-0/+1
* Fix a build failure due to r307541 (tsan_rtl_aarch64.S:54: Error: unknown pse...Kuba Mracek2017-07-101-1/+1
* [lsan] Add _os_trace into LSan's suppression listKuba Mracek2017-07-101-1/+3
* Fix-up for r307540.Kuba Mracek2017-07-101-2/+2
* [tsan] Add comments for the bool argument of ThreadIgnoreBegin/ThreadIgnoreSy...Kuba Mracek2017-07-102-9/+9
* [tsan] Add a mapping for Darwin/AArch64Kuba Mracek2017-07-103-9/+50
* [tsan] Port setjmp/longjmp assembly to Darwin/AArch64Kuba Mracek2017-07-104-26/+117
* [tsan] Add a max VM address check for Darwin/AArch64Kuba Mracek2017-07-101-0/+8
* Reverting an accidentally landed change.Kuba Mracek2017-07-101-1/+0
* Fixup whitespace.Kuba Mracek2017-07-101-1/+1
* [tsan] Add support for running TSan tests on iOS simulator and devicesKuba Mracek2017-07-1012-8/+72
* Make sure SANITIZER_MIN_OSX_VERSION is defined before using it.Kuba Mracek2017-07-071-1/+1
* Update buildgo.sh to pass -isysroot on Darwin.Kuba Mracek2017-07-071-1/+1
* Fix-up for r307307: vm_info.max_address is the first non-addressable pointer,...Kuba Mracek2017-07-071-1/+1
* Revert r307342, r307343.Evgeniy Stepanov2017-07-073-91/+0
* [cmake] Cache results of find_darwin_sdk_dirKuba Mracek2017-07-071-0/+6
* [asan] Add end-to-end tests for overflows of byval arguments.Evgeniy Stepanov2017-07-073-0/+91
* [cmake] Add an option to prefer public SDK in find_darwin_sdk_dirKuba Mracek2017-07-061-8/+11
* [asan] Fix -Winvalid-paste error with clang-clReid Kleckner2017-07-061-1/+1
* Fix whitespace lint issue (introduced in r307307).Kuba Mracek2017-07-061-1/+1
* [sanitizer] Use TASK_VM_INFO to get the maximum VM address on iOS/AArch64Kuba Mracek2017-07-061-3/+27
* More fixup for r307281: Move the #includes to sanitizer_linux.ccKuba Mracek2017-07-062-8/+8
* Fixup for r307281: Also move GetKernelAreaSize into sanitizer_linux.ccKuba Mracek2017-07-062-39/+39
* [sanitizer] Split GetMaxVirtualAddress into separate Linux version and Mac ve...Kuba Mracek2017-07-063-35/+45
* [Sanitizers] Consolidate internal errno definitions.Alex Shlyapnikov2017-07-0610-34/+117
* [tsan] Use pthread_sigmask instead of sigprocmask to block signals in a threa...Kuba Mracek2017-07-052-1/+77
* [asan] Remove check for stack sizeJonas Hahnfeld2017-07-051-1/+0
* fix trivial typos in comments; NFCHiroshi Inoue2017-07-051-1/+1
* fix trivial typos in comments; NFCHiroshi Inoue2017-07-033-3/+3
* fix trivial typo; NFCHiroshi Inoue2017-07-011-1/+1
* [asan] This Android lit workaround should not be needed as bug is fixedVitaly Buka2017-07-011-4/+1
* [asan] Fix test on Android i686/fuguVitaly Buka2017-07-011-5/+11
* [asan] Disable test which fails on Android x86Vitaly Buka2017-06-301-1/+2
* [LSan] Make LSan allocator allocator_may_return_null compliantAlex Shlyapnikov2017-06-303-16/+169
* [objc] Don't require null-check and don't emit memset when result is ignored ...Kuba Mracek2017-06-301-0/+31
* [sanitizer] Small tweaks and fixes to allocator related functionsKostya Kortchinsky2017-06-303-16/+15
* fix trivial typos, NFCHiroshi Inoue2017-06-301-4/+4
* MergeAlex Shlyapnikov2017-06-293-4/+3
* [Sanitizers] Rename CallocShouldReturnNullDueToOverflow to CheckForCallocOver...Alex Shlyapnikov2017-06-291-1/+1
* MergeAlex Shlyapnikov2017-06-295-7/+9