summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [Msan] Fix the backtrace.cc tests to build and pass on FreeBSDViktor Kutuzov2015-04-243-2/+5
* [Sanitizers] Do not call internal_sigdelset() on non-LinuxViktor Kutuzov2015-04-241-0/+2
* [Sanitizer] Fix getpwnam test on ppc64le Fedora 21.Jay Foad2015-04-231-1/+2
* [ASan] Relax test modified in r235540 to pacify ARM buildbots.Alexey Samsonov2015-04-231-1/+1
* [asan] debug_mapping.cc should also pass when the leading digit of SHADOW_SCA...Daniel Sanders2015-04-231-1/+1
* [Sanitizer coverage] Print out the error number if OpenFile failsTimur Iskhodzhanov2015-04-231-2/+4
* [ASan/Win] Initialize sandbox-related stuff when asked toTimur Iskhodzhanov2015-04-231-2/+3
* [ASan/Win] Don't forget to set *last_error if OpenFile failsTimur Iskhodzhanov2015-04-231-0/+2
* tsan: support setuid callDmitry Vyukov2015-04-232-0/+29
* [UBSan] Unify the way we report overflow in increment/decrement operator.Alexey Samsonov2015-04-231-6/+6
* [UBSan] Make sure proper error summary is printed for -fsanitize=float-cast-o...Alexey Samsonov2015-04-232-6/+10
* [ASan] Print global registration site in init-order-checker reports.Alexey Samsonov2015-04-224-34/+47
* [ASan] Refactor functions searching/describing globals. NFC.Alexey Samsonov2015-04-223-29/+29
* [ubsan] Stop cast-overflow.cpp test leaking undefined behaviour into the exit...Daniel Sanders2015-04-221-4/+8
* [sanitizer] Plug a memory leak in symbolization code.Sergey Matveev2015-04-211-0/+1
* [mips] Support building compiler-rt with gcc.Daniel Sanders2015-04-201-4/+9
* [Asan] Link lit tests shared libraries with -Wl,z,origin on FreeBSDViktor Kutuzov2015-04-201-1/+4
* tsan: deflake a testDmitry Vyukov2015-04-201-0/+3
* tsan: fix handling of pthread_detachDmitry Vyukov2015-04-202-1/+36
* Make ubsan respect log_pathHal Finkel2015-04-192-0/+34
* Include __mulodi4 in the 32-bit ARM versions of libclang_rt.cc_kext.a.Bob Wilson2015-04-191-0/+1
* test commitSagar Thakur2015-04-171-1/+1
* tsan: fix parsing of second_deadlock_stack flagDmitry Vyukov2015-04-142-1/+5
* Cast an argument to mprotect syscall to uptr to fix X32Timur Iskhodzhanov2015-04-131-1/+1
* Make check_custom_wrappers.sh work on FreeBSDDimitry Andric2015-04-121-1/+1
* [Sanitizer] Merge POSIXSymbolizer and WinSymbolizerKuba Brecka2015-04-113-29/+18
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-118-35/+32
* Extend s{,n}printf custom wrappers to support '*' in the format specifiersLorenzo Martignoni2015-04-102-210/+196
* [ASan] Use a better name for a function parameterTimur Iskhodzhanov2015-04-101-3/+3
* Split Mprotect into MmapNoAccess and MprotectNoAccess to be more portableTimur Iskhodzhanov2015-04-1014-12/+36
* [sanitizer][MIPS] Fix warnings on MIPSDmitry Vyukov2015-04-103-3/+13
* Revert r234477, "Differential Revision: http://reviews.llvm.org/D7249"Peter Collingbourne2015-04-094-208/+214
* [ASan/Win] Add a test that makes sure coverage works at least in the simple c...Timur Iskhodzhanov2015-04-091-0/+25
* [ASan/Win] Add more support for file operationsTimur Iskhodzhanov2015-04-094-52/+32
* Use error_t rather than int in a couple of places where we handle filesTimur Iskhodzhanov2015-04-092-2/+2
* Use RenameFile instead of internal_rename in non-POSIX codeTimur Iskhodzhanov2015-04-096-7/+14
* Use WriteToFile instead of internal_write in non-POSIX codeTimur Iskhodzhanov2015-04-0911-35/+58
* Use ReadFromFile instead of internal_read in non-POSIX codeTimur Iskhodzhanov2015-04-096-7/+22
* Move more POSIX-specific functions to sanitizer_posix.hTimur Iskhodzhanov2015-04-095-32/+13
* Introduce CloseFile to be used instead of internal_close on non-POSIXTimur Iskhodzhanov2015-04-0910-20/+25
* Replace a hard-coded constant with a named oneTimur Iskhodzhanov2015-04-091-1/+1
* Differential Revision: http://reviews.llvm.org/D7249Lorenzo Martignoni2015-04-094-214/+208
* [Sanitizer] Get rid of PlatformGetListOfModulesKuba Brecka2015-04-095-130/+115
* [ASan] Only include rpc headers if they are available.Yury Gribov2015-04-094-2/+24
* [Compiler-rt][MIPS] Fix for asan test suite build on mips64/mips64elMohit K. Bhakkad2015-04-091-2/+4
* [Sanitizer RT] Get rid of internal_isattyTimur Iskhodzhanov2015-04-085-11/+13
* Move some POSIX-specific functions from sanitizer_libc.h to a new sanitizer_p...Timur Iskhodzhanov2015-04-0814-59/+86
* [Sanitizers] Make OpenFile more portableTimur Iskhodzhanov2015-04-0811-64/+64
* tsan: handle async signals while blocked in pthread_cond_waitDmitry Vyukov2015-04-085-9/+90
* sanitizer: new "strict_string_checks" run-time flagDmitry Vyukov2015-04-0615-90/+643