summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-12-03[msan] allow -fsanitize-coverage=N together with -fsanitize=memory, compiler-...Kostya Serebryany
2014-12-03ASan CMakeLists.txt: fix bad indent; NFCHans Wennborg
2014-12-03[msan] Change the way origin ids are built.Evgeniy Stepanov
2014-12-03[msan] Re-enable one test.Evgeniy Stepanov
2014-12-02Replace InternalScopedBuffer<char> with InternalScopedString where applicable.Alexey Samsonov
2014-12-02Add missing #include to fix Android build.Alexey Samsonov
2014-12-02Simplify Symbolizer::SymbolizePC() interface.Alexey Samsonov
2014-12-02[Tsan] Do not flush all streams on exitViktor Kutuzov
2014-12-01Add override specifiers to Symbolizer methods. NFC.Alexey Samsonov
2014-11-29Add a HasSuppressionType method into SuppressionContextKuba Brecka
2014-11-28[Msan] Generalize mapping facilities to add FreeBSD supportViktor Kutuzov
2014-11-28[asan] Remove the local copy of Android ucontext.h.Evgeniy Stepanov
2014-11-27[Msan] Fix some interceptors to pass initialization on FreeBSDViktor Kutuzov
2014-11-26[Msan] Exclude non-FreeBSD interceptors on FreeBSDViktor Kutuzov
2014-11-26[Msan] Check returning value of DTLS_Get()Viktor Kutuzov
2014-11-26[Sanitizer] Bump kMaxPathLength to 4096 and use it more extensively instead o...Alexey Samsonov
2014-11-25[msan] Remove leftover MSanDR bits in tests.Evgeniy Stepanov
2014-11-25[Sanitizers] Intercept __tls_get_addr() and shmctl() on FreeBSDViktor Kutuzov
2014-11-25[Asan] Pack signal context into a structureViktor Kutuzov
2014-11-25[asan] Improvements for asan deactivated mode: disable asan activation for ru...Yury Gribov
2014-11-24[asan/coverage] change the way asan coverage instrumentation is done: instead...Kostya Serebryany
2014-11-24[compiler-rt] Make the MSAN wmemset intercepter call wmemset instead of memse...Eric Fiselier
2014-11-21[ASan] Get fake stack code working with GCC 4.8.2.Jay Foad
2014-11-21[ASan] Allow the users of SymbolizationLoop to make use of the --dsym_hint op...Alexander Potapenko
2014-11-21sanitizer_common: fix function w/o returnDmitry Vyukov
2014-11-21[asan] Runtime support for asan-instrument-allocas which enables instrumentat...Yury Gribov
2014-11-20[DFSan] Add flag to dump the labels when the program terminates.Lorenzo Martignoni
2014-11-19[MSan] [MIPS] Adding support for MIPS64 (patch by Mohit Bhakkad).Alexey Samsonov
2014-11-19tsan: fix Go buildDmitry Vyukov
2014-11-19Make the ASan OS X DYLD_INSERT_LIBRARIES detection path-independentKuba Brecka
2014-11-19[asan] initial support for experimental basic-block tracing; also add tests f...Kostya Serebryany
2014-11-18[msan] Remove MSanDR and supporting code.Evgeniy Stepanov
2014-11-18tsan: add description of AcquireGlobal functionDmitry Vyukov
2014-11-15As a follow up to r222001, Peter Bergner pointed out that there isJay Foad
2014-11-14[asan] add interface function __sanitizer_get_total_unique_coverage; useful f...Kostya Serebryany
2014-11-14[ASan] Improved stack overflow detection for PowerPC64Jay Foad
2014-11-14[sanitizer] Extend a comment in SlowUnwind.Evgeniy Stepanov
2014-11-14[asan] Revert r221882.Evgeniy Stepanov
2014-11-14[Profile] Always build profile runtime library with -fPIC.Alexey Samsonov
2014-11-13Fix -Wcast-qual warnings in sanitizersAlexey Samsonov
2014-11-13[CMake] Detect if -Wfoo is supported instead of -Wno-foo, as GCC occasionally...Alexey Samsonov
2014-11-13Removed r221896, it seems to break build in various ways.Yury Gribov
2014-11-13[ASan] Add process basename to log name and error message to simplify analysi...Yury Gribov
2014-11-13[asan] Switch to AsanInitFromRtl in .preinit_array.Evgeniy Stepanov
2014-11-12PR21518: Use unsigned arithmetic for trapping add/sub functions.Bob Wilson
2014-11-12[asan] [mips] added support of asan for mips64/mips64el, patch by Kumar SukhaniKostya Serebryany
2014-11-12delete => delete[] for arrays.Richard Trieu
2014-11-11[ASan] Fix use of -asan-instrument-assembly in testsJay Foad
2014-11-10[Sanitizers] Enable stack traces on FreeBSDViktor Kutuzov
2014-11-08[ASan] Fix stack-overflow test for PowerPCJay Foad