summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [Sanitizer] Print symbolized stack frame using a single Printf() call.Alexey Samsonov2013-11-145-27/+130
* [Sanitizer] Add print_summary runtime flag to disable error summaries (UBSan ...Alexey Samsonov2013-11-144-0/+24
* [ASan] Remove the stale dependency on the Foundation framework from the dynam...Alexander Potapenko2013-11-132-4/+1
* [Sanitizer] Use same PC threshold in slow unwinder on all platformsAlexey Samsonov2013-11-133-4/+7
* [ASan] Do not rely on malloc context in allocator reports.Alexey Samsonov2013-11-1313-31/+60
* [ASan] Use new feature of FileCheck: provide multiple --check-prefix argsAlexey Samsonov2013-11-136-61/+37
* [ASan] Don't call __asan_init() from certain interceptors on Darwin.Alexander Potapenko2013-11-132-7/+15
* [asan] fix a leak in tds (https://code.google.com/p/address-sanitizer/issues/...Kostya Serebryany2013-11-132-2/+41
* Added summary info to GCDAProfiling.Yuchen Wu2013-11-121-1/+50
* [Sanitizer] Specify a default value for each common runtime flagAlexey Samsonov2013-11-126-30/+27
* [sanitizer] Avoid needless use of stringification (#symver) in INTERCEPT_FUNC...Evgeniy Stepanov2013-11-123-7/+7
* ARM: make assembly files compile Thumb2 with nop IT block.Tim Northover2013-11-118-7/+33
* [msan] One more test for r194374.Evgeniy Stepanov2013-11-111-0/+35
* [sanitizer] Warn if interception fails.Evgeniy Stepanov2013-11-115-348/+314
* [msan] Sanity check for non-PIE.Evgeniy Stepanov2013-11-111-0/+6
* [asan] Bypass pthread_attr_getdetachstate interceptor in compiler_rt code.Evgeniy Stepanov2013-11-111-1/+1
* Remove a FIXME now that I can't reproduce the problemTimur Iskhodzhanov2013-11-091-2/+0
* [Sanitizers] Share some stack walking code between Windows and LinuxTimur Iskhodzhanov2013-11-094-23/+23
* [ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib Alexander Potapenko2013-11-076-50/+83
* [Sanitizer] Make StackTrace::Unwind the only public way to unwind a stack trace.Alexey Samsonov2013-11-076-30/+39
* [Sanitizer] Presumable fix stack trace unwinding on WindowsAlexey Samsonov2013-11-071-1/+1
* [Sanitizer] Call Windows unwinder 'slow' and share StackTrace::Unwind across ...Alexey Samsonov2013-11-075-23/+38
* [asan] attempting to fix x32 build (see http://gcc.gnu.org/bugzilla/show_bug....Kostya Serebryany2013-11-064-32/+35
* [ASan] Use OS-specific matches in the malloc_context_size.cc lit test.Alexander Potapenko2013-11-061-8/+16
* [ASan] Disable back init-order checker. Make strict_init_order imply check_in...Alexey Samsonov2013-11-065-8/+12
* [ASan] Make sure slow stack unwinder doesn't return empty stacks.Alexey Samsonov2013-11-052-13/+32
* [msan] Fix a very unfortunate typo in origin copying.Evgeniy Stepanov2013-11-052-5/+5
* Push back various changes for building Apple's compiler-rt dylib.Bob Wilson2013-11-033-22/+61
* [sanitizer] Intercept strptime.Evgeniy Stepanov2013-11-026-3/+37
* [msan] Intercept memccpy.Evgeniy Stepanov2013-11-012-0/+58
* tsna: do not call user code from within runtime (from fflush)Dmitry Vyukov2013-11-011-1/+7
* [Sanitizer] Fix Go buildAlexey Samsonov2013-11-011-0/+2
* [sanitizer] Switch to an older version of struct iocb that is found in the la...Evgeniy Stepanov2013-11-012-4/+1
* [ASan] Kill use_stack_depot runtime flag and stack trace compression routines.Alexey Samsonov2013-11-016-280/+4
* [Sanitizer] Unify summary reporting across all sanitizers.Alexey Samsonov2013-11-0127-66/+69
* [msan] Check that address is an app region before printing shadow.Evgeniy Stepanov2013-11-011-0/+4
* [sanitizer] Enhance io_submti syscall handler.Evgeniy Stepanov2013-11-015-22/+88
* Consistently use StackTrace::PrintStack in ASan, LSan and MSanAlexey Samsonov2013-11-015-15/+11
* [Sanitizer] Add Symbolizer::AddHooks() and use it in TSan and MSan.Alexey Samsonov2013-10-318-22/+66
* [libsanitizer] Define SANITIZER_IOS when building for iOS or iOS simulator.Alexander Potapenko2013-10-314-3/+21
* [msan] Intercept dlerror.Evgeniy Stepanov2013-10-312-0/+22
* [ASan] Make asan_symbolize.py fall back to ASAN_SYMBOLIZER_PATH (which is use...Alexander Potapenko2013-10-311-2/+4
* [msan] Disable mlock/mlockall to work around a linux kernel bug.Evgeniy Stepanov2013-10-312-0/+36
* [sanitizer] Intercept getline, getdelim.Evgeniy Stepanov2013-10-316-0/+71
* [ASan] Turn on (non-strict) initialization order checker by default for all A...Alexey Samsonov2013-10-311-1/+1
* [msandr] Add check-before-write optimization.Evgeniy Stepanov2013-10-301-7/+21
* [Sanitizer] Update comment in sanitizer_symbolizer.hAlexey Samsonov2013-10-301-13/+7
* [Sanitizer] Use SpinMutex for Symbolizer initialization (per dvyukov's sugges...Alexey Samsonov2013-10-303-27/+19
* [asan] Fix syscall hooks build on Android.Evgeniy Stepanov2013-10-304-9/+23
* [santiizer] Disable sincos interceptor in OSX.Evgeniy Stepanov2013-10-301-1/+1