summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common
AgeCommit message (Expand)Author
2015-02-11[Sanitizers] The MAP_NORESERVE define has been removed in FreeBSD 11.x,Dimitry Andric
2015-02-10[ASan/Win] NFC, just minor simplification of the codeTimur Iskhodzhanov
2015-02-10[ASan/Win] Add the executable's directory to the symbol search pathTimur Iskhodzhanov
2015-02-06[compiler-rt] Make MaybeReexec properly process DYLD_INSERT_LIBRARIES when us...Kuba Brecka
2015-02-04[Msan] Fix the pthread_attr_get unit test to build on FreeBSDViktor Kutuzov
2015-02-04[sanitizer] add another workaround for PR 17409: when over a threshold emit c...Kostya Serebryany
2015-02-03[ASan] Add use_madv_dontdump flag.Yury Gribov
2015-02-02[Sanitizer] Fix checking for weak function presence.Alexey Samsonov
2015-02-02[ASan/Win] Add some diagnostics to help investigate Mprotect failuresTimur Iskhodzhanov
2015-02-02[Sanitizers] Intercept ether functions on FreeBSDViktor Kutuzov
2015-02-02[Sanitizers] Intercept memrchr() on FreeBSDViktor Kutuzov
2015-02-02[Sanitizers] Intercept getpwnam_r() on FreeBSDViktor Kutuzov
2015-02-02[Sanitizers] Intercept getpwent_r() on FreeBSDViktor Kutuzov
2015-02-02[Sanitizers] Intercept getpwent() on FreeBSDViktor Kutuzov
2015-02-02[Sanitizers] Re-apply the fix ordering initialization of coverage and guard a...Viktor Kutuzov
2015-01-31Revert "Remove unused function."Alexey Samsonov
2015-01-30[TSan] Fix Go build.Alexey Samsonov
2015-01-30Remove unused function.Alexey Samsonov
2015-01-30[Sanitizers] Intercept gethost functions on FreeBSDViktor Kutuzov
2015-01-30[Sanitizers] Introduce GET_LINK_MAP_BY_DLOPEN_HANDLE() macroViktor Kutuzov
2015-01-30[Sanitizer] Make BlockingMutex really linker initialized.Yury Gribov
2015-01-29[asan] use getrusage as an alternative to reading /proc/self/statm. Also move...Kostya Serebryany
2015-01-28[sanitizer] allow to reset the bb/edge coverage data inside the process while...Kostya Serebryany
2015-01-27Revert r226440.Evgeniy Stepanov
2015-01-23[sanitizer] Update descriptor size for glibc 2.13.Sergey Matveev
2015-01-23[compiler-rt] Fix the prototype of ioctl interceptorKuba Brecka
2015-01-23[sanitizer] Fix an edge case in MemoryRangeIsAvailable.Evgeniy Stepanov
2015-01-23[Sanitizers] Intercept statfs() on FreeBSDViktor Kutuzov
2015-01-22Fix/workaround for OS X truncated stacktraces taken by external toolsKuba Brecka
2015-01-22[sanitizer] Intercept sched_getparam.Evgeniy Stepanov
2015-01-22[sanitizer] Fix windows build.Evgeniy Stepanov
2015-01-22[msan] Better use-after-free reports.Evgeniy Stepanov
2015-01-22[Sanitizers] Fix inet_aton() and inet_pton() interceptors to work on FreeBSDViktor Kutuzov
2015-01-22[Sanitizers] Intercept preadv() on FreeBSDViktor Kutuzov
2015-01-21[Sanitizers] Intercept confstr() on FreeBSDViktor Kutuzov
2015-01-21[Sanitizers] Intercept opendir()Viktor Kutuzov
2015-01-21[sanitizer] First step toward supporting 42-bit AS on aarch64Kostya Serebryany
2015-01-21[sanitizer] Fix aarch64 sanitizer build with recent glibcKostya Serebryany
2015-01-21[asan] use MADV_NOHUGEPAGE for shadow to reduce the actual memory usageKostya Serebryany
2015-01-20[asan] Allow changing verbosity in activation flags.Evgeniy Stepanov
2015-01-20[asan] Warn if unsupported flags are used at activation.Evgeniy Stepanov
2015-01-19[Sanitizers] Intercept statvfs() on FreeBSDViktor Kutuzov
2015-01-19[sanitizer] Make unrecognized flags not fatal.Evgeniy Stepanov
2015-01-19[sanitizer] Switch flag parsing to LowLevelAlloc.Evgeniy Stepanov
2015-01-19[sanitizer] Simplify code in flag parser.Evgeniy Stepanov
2015-01-19[Sanitizers] Order initialization of coverage and guard arraysViktor Kutuzov
2015-01-17[sanitizer] Adjust max read size in FlagHandlerIncludeHal Finkel
2015-01-16[sanitizer] Additional error checking.Evgeniy Stepanov
2015-01-16[Sanitizers] Intercept clock_gettime() on FreeBSDViktor Kutuzov
2015-01-16[Sanitizers] Intercept lgamma_r() on FreeBSDViktor Kutuzov