summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common
Commit message (Expand)AuthorAgeFilesLines
* Use /usr/bin/env to find pythonEd Maste2015-05-282-2/+2
* [sanitizer] More string interceptors: strstr, strcasestr, strspn, strcspn, st...Yury Gribov2015-05-283-0/+108
* [sanitizer] Recognize static TLS in __tls_get_addr interceptor.Evgeniy Stepanov2015-05-163-3/+16
* Include missing 'sanitizer_platform_limits_posix.h'Ismail Pazarbasi2015-05-121-0/+1
* Call system's sigfillset and sigprocmask functions from sanitizersIsmail Pazarbasi2015-05-121-0/+7
* Sanitizers: Implement `GetRSS` on Mac OS XIsmail Pazarbasi2015-05-121-3/+12
* [sanitizer] Update "sancov.py missing" to allow __sanitizer_cov_with_check().Sergey Matveev2015-05-121-1/+5
* [Msan] Fix the if_indextoname.cc test to pass on FreeBSDViktor Kutuzov2015-05-111-1/+2
* [asan/fuzzer] define a dummy weak __sanitizer_cov_trace_cmpKostya Serebryany2015-05-081-0/+3
* Intercept scandir() on FreeBSDViktor Kutuzov2015-05-071-1/+2
* Intercept rand_r() on FreeBSDViktor Kutuzov2015-05-071-1/+2
* [sanitizer] Extend sancov.py to show which PCs are missing from coverage.Sergey Matveev2015-05-061-4/+41
* [asan] Fall back to /proc/$PID/maps on Android L.Evgeniy Stepanov2015-05-063-4/+45
* [Msan] Fix the ioctl_custom.cc test to pass on FreeBSDViktor Kutuzov2015-05-061-14/+6
* [Msan] Fix the ifaddrs.cc test to build and pass on FreeBSDViktor Kutuzov2015-05-061-1/+2
* [ASan][MIPS] Fix null_deref.cc test on MIPS64Sagar Thakur2015-05-061-1/+1
* [sanitizer][MIPS] Implement clone for MIPSSagar Thakur2015-05-061-3/+63
* [asan] Fix dynamic-runtime tests.Evgeniy Stepanov2015-05-061-2/+3
* [asan] Use a version script to limit the symbols exported by the ASan shared ...Evgeniy Stepanov2015-05-051-4/+17
* [asan] fix IsDeadlySignalKostya Serebryany2015-05-051-2/+2
* Disable exceptions with Clang on Windows in lib/sanitizer-common/testsReid Kleckner2015-05-051-2/+7
* [asan] under handle_abort=1 option intercept SIGABRT in addition to SIGSEGV/S...Kostya Serebryany2015-05-053-2/+6
* [asancov] Fix coverage reserving 4x the necessary amount of memory on fork.Evgeniy Stepanov2015-05-011-1/+2
* [asan] Use dl_iterate_phdr on Android.Evgeniy Stepanov2015-04-281-9/+19
* [Msan] Fix the getline.cc test to pass on FreeBSDViktor Kutuzov2015-04-282-18/+26
* [asan] Fix ASan build on Android/AArch64.Evgeniy Stepanov2015-04-272-3/+25
* [Msan] Fix the iconv.cc test to build and pass on FreeBSDViktor Kutuzov2015-04-252-1/+2
* [ASan/Win] Increase the size of the PC array for coverage on WindowsTimur Iskhodzhanov2015-04-241-2/+3
* [Msan] XFAIL the ftime.cc test on FreeBSDViktor Kutuzov2015-04-241-1/+1
* [Msan] Fix the backtrace.cc tests to build and pass on FreeBSDViktor Kutuzov2015-04-241-1/+1
* [Sanitizers] Do not call internal_sigdelset() on non-LinuxViktor Kutuzov2015-04-241-0/+2
* [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-231-0/+3
* [sanitizer] Plug a memory leak in symbolization code.Sergey Matveev2015-04-211-0/+1
* Cast an argument to mprotect syscall to uptr to fix X32Timur Iskhodzhanov2015-04-131-1/+1
* [Sanitizer] Merge POSIXSymbolizer and WinSymbolizerKuba Brecka2015-04-113-29/+18
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-112-14/+15
* Split Mprotect into MmapNoAccess and MprotectNoAccess to be more portableTimur Iskhodzhanov2015-04-1010-8/+32
* [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-098-30/+52
* 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-099-19/+24
* Replace a hard-coded constant with a named oneTimur Iskhodzhanov2015-04-091-1/+1
* [Sanitizer] Get rid of PlatformGetListOfModulesKuba Brecka2015-04-095-130/+115
* [ASan] Only include rpc headers if they are available.Yury Gribov2015-04-093-2/+16
OpenPOWER on IntegriCloud