summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-11Fix typoBill Wendling
2013-09-11Revert r190520 as it wasn't the right fix.Daniel Jasper
2013-09-11Add empty virtual destructor...Daniel Jasper
2013-09-11[TSan] Use --whole-archive around TSan runtime in old TSan makefiles. Fix a G...Alexey Samsonov
2013-09-11[Sanitizer] build sanitizer_common library with -Wglobal-constructorsAlexey Samsonov
2013-09-11[TSan] Use Clang to compile and link TSan unit tests with TSan runtimeAlexey Samsonov
2013-09-10Fixup for r190410: use lazy initialization for symbolizer as some compilers e...Alexey Samsonov
2013-09-10[ASan] Remove the explicit function prototypes for intercepted functions on W...Timur Iskhodzhanov
2013-09-10[Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov
2013-09-10[asan] refactor the use-after-return API so that the size class is computed a...Kostya Serebryany
2013-09-10[msan] Make all pointers in msan_interface "const volatile void *".Evgeniy Stepanov
2013-09-10[msan] bool -> int to make msan_interface.h C-compatible.Evgeniy Stepanov
2013-09-10[ASan] Don't crash in DescribeHeapAddress if we don't know the current thread...Timur Iskhodzhanov
2013-09-10Delete unused variables.Eli Friedman
2013-09-10[dfsan] Initial set of DFSAN_OPTIONS flags.Peter Collingbourne
2013-09-09Don't allow a NULL-length file. Try to revert to the buffered version.Bill Wendling
2013-09-09[msan] Intercept fstatat / fstatat64.Evgeniy Stepanov
2013-09-09[sanitizer] Fix PR17138.Evgeniy Stepanov
2013-09-09[sanitizer] Delete extra whitespace.Evgeniy Stepanov
2013-09-08[ASan] fix one more memory leak in test caseAlexey Samsonov
2013-09-08[Sanitizer] Use generic configs for running sanitizer_common unit testsAlexey Samsonov
2013-09-08[ASan] turn on leak checking for ASan tests and fix a few discovered leaksAlexey Samsonov
2013-09-06[sanitizer] Avoid including any system headers in the system-header-free part...Evgeniy Stepanov
2013-09-06[sanitizer] Fix Android build.Evgeniy Stepanov
2013-09-06[sanitizer] A bunch of linux system call handlers.Evgeniy Stepanov
2013-09-06[ASan] make the check for NULL more portable.Alexander Potapenko
2013-09-06Fix compiler warning introduced in r190022Alexey Samsonov
2013-09-06Migrate ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS to new spelling - ATTRIBUTE_NO_S...Alexey Samsonov
2013-09-06[tsan] make calloc crash instead of returning 0 on overflow (controlled by th...Kostya Serebryany
2013-09-06[msan] make calloc crash instead of returning 0 on overflow (controlled by th...Kostya Serebryany
2013-09-06[asan] make calloc crash instead of returning 0 on overflow (controlled by th...Kostya Serebryany
2013-09-06[sanitizer] make the allocator crash instead of returning 0 on huge size (con...Kostya Serebryany
2013-09-05[tsan] add colors to tsan outputKostya Serebryany
2013-09-05sanitizers: Make sure Visual Studio gets error reportsReid Kleckner
2013-09-05asan: Add a wcslen interceptor mirroring strlenReid Kleckner
2013-09-04[asan] add a test that demonstrates why the current use-after-return is not s...Kostya Serebryany
2013-09-04[asan] make use-after-return handle very deep recursion; fixes 483.xalancbmk ...Kostya Serebryany
2013-09-04Disable FindPathToBinary test on AndroidAlexey Samsonov
2013-09-03[asan] Hopefully un-break the RTL on WindowsTimur Iskhodzhanov
2013-09-03[asan] Hopefully fix the RTL build on Windows (part 2)Timur Iskhodzhanov
2013-09-03tsan: catch races on condition variablesDmitry Vyukov
2013-09-03[asan] attemping to fix the Windows buildKostya Serebryany
2013-09-03Revert r185536 as it neither fixes any memory leaks, nor is it necessary (see...Timur Iskhodzhanov
2013-09-03implement PR17059: more visible diagnostics for stack-buffer-overflowKostya Serebryany
2013-09-03[lsan] Colorize LSan reports.Sergey Matveev
2013-09-03ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not pro...Alexey Samsonov
2013-09-03[Sanitizer] Add the way to find binary in PATHAlexey Samsonov
2013-09-03Add internal_strchrnul functionAlexey Samsonov
2013-09-03[TSan] fixup for r189791: don't put ; on the newlineAlexey Samsonov
2013-09-03tsan: add suppressions for true/false positives in standard librariesDmitry Vyukov