summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merging r231402:release_36Joerg Sonnenberger2015-03-121-8/+8
* Merging r226809:Hans Wennborg2015-02-031-6/+8
* builtins: avoid duplicating unwind declarationsSaleem Abdulrasool2015-01-142-44/+9
* [Msan] Fix strlen() and strnlen() interceptors to work on FreeBSDViktor Kutuzov2015-01-141-0/+4
* [dfsan] Export dfsan_get_label_info function with C linkage.Peter Collingbourne2015-01-121-1/+1
* [Msan] Fix use of mmap(MAP_ANONYMOUS) in the unit tests on FreeBSDViktor Kutuzov2015-01-121-2/+3
* [Msan] Fix tests reading /proc files on FreeBSDViktor Kutuzov2015-01-121-7/+13
* [ASan] Move the shadow on Windows 32-bit from 0x20000000 to 0x40000000Timur Iskhodzhanov2015-01-121-5/+13
* [asan] Fix uninit in coverage.Evgeniy Stepanov2015-01-121-6/+30
* Fix two extra semicolon warningsEhsan Akhgari2015-01-122-2/+3
* [ASan] Handle SIGBUS on Linux.Jay Foad2015-01-121-1/+1
* Add FreeBSD support for __clear_cache.Roman Divacky2015-01-111-1/+6
* Remove AsanInterceptsSignal in favor of (equivalent) IsDeadlySignal.Alexey Samsonov2015-01-094-16/+3
* [sanitizer] use the right memory orderKostya Serebryany2015-01-091-1/+1
* Fix memory leaks in GetListOfModules() users.Alexey Samsonov2015-01-084-18/+33
* [Sanitizer] Remove the hardcoded limit of address ranges in LoadedModule.Alexey Samsonov2015-01-084-30/+38
* [Sanitizers] Fix internal_lseek() to work on FreeBSDViktor Kutuzov2015-01-082-4/+8
* [asan] add flag quarantine_size_mb, deprecate quarantine_sizeKostya Serebryany2015-01-074-5/+20
* [TSan] Fix Go build.Alexey Samsonov2015-01-072-7/+6
* [Sanitizer] Change the runtime flag representation.Alexey Samsonov2015-01-0720-499/+510
* [asan] add a flag soft_rss_limit_mbKostya Serebryany2015-01-068-6/+70
* [Sanitizer] Improve unit tests in COMPILER_RT_DEBUG=ON mode.Alexey Samsonov2015-01-062-0/+2
* [Sanitizer] Use COMMON_FLAG macro to describe common runtime flags.Alexey Samsonov2015-01-064-183/+143
* [ubsan] partially enable -fsanitize-coverage=N with ubsan. It will work as us...Kostya Serebryany2015-01-061-0/+1
* [asan/tracing] write the trace using a sequence of internal_write calls inste...Kostya Serebryany2015-01-061-13/+23
* Remove TSAN_DEBUG in favor of SANITIZER_DEBUG.Alexey Samsonov2015-01-0317-38/+39
* Replace DCHECK with DCHECK_LE where appropriate.Alexey Samsonov2015-01-031-4/+4
* [asan/tracing] extend the test a bit more, simplify the tracing code, add a g...Kostya Serebryany2015-01-031-8/+17
* [asan] simplify the tracing code, make it use the same guard variables as cov...Kostya Serebryany2015-01-031-43/+17
* Revert "Revert r224736: "[Sanitizer] Make CommonFlags immutable after initial...Alexey Samsonov2015-01-028-33/+69
* Revert r224736: "[Sanitizer] Make CommonFlags immutable after initialization."Chandler Carruth2015-01-027-57/+33
* [asan] fix coverage between fork() and exec(): reinitialize the guards after ...Kostya Serebryany2014-12-302-11/+36
* [asan] add flag coverage_pcs. When false, the coverage is not dumped as PCs. ...Kostya Serebryany2014-12-303-0/+6
* [asan] change _sanitizer_cov_module_init to accept int* instead of int**Kostya Serebryany2014-12-301-8/+11
* Follow-up to r224987: fix a lint warningTimur Iskhodzhanov2014-12-301-1/+1
* [ASan/Win] Sort the list of modules when we fail to reserve the shadow memory...Timur Iskhodzhanov2014-12-301-20/+53
* Revert "UBSan: Teach isDerivedFromAtOffset and findBaseAtOffset about vbases"Alexey Samsonov2014-12-301-26/+21
* [sanitizer-common] Fixing the ASan test build failure on OS XKuba Brecka2014-12-291-0/+4
* Escape ? to silence GCC warning about trigraphs.Daniel Jasper2014-12-261-1/+1
* [sanitizer] Treat \r, \n, \t as flag separators.Evgeniy Stepanov2014-12-262-1/+4
* [asan] Fix possibly uninitialized coverage flag.Evgeniy Stepanov2014-12-261-0/+2
* [ASan/Win] Add basic support for MemoryRangeIsAvailable and DumpProcessMap to...Timur Iskhodzhanov2014-12-261-3/+42
* [asan] Bump coverage size limit on 32-bit platforms.Evgeniy Stepanov2014-12-261-1/+1
* [asan] Allow enabling coverage at activation.Evgeniy Stepanov2014-12-268-68/+102
* [ASan/Win] Suppress error messaging when Abort() is calledTimur Iskhodzhanov2014-12-261-2/+3
* Revert r224838, r224839.Evgeniy Stepanov2014-12-268-102/+68
* [sanitizer] Tweak sancov.py output.Evgeniy Stepanov2014-12-251-1/+1
* [sanitizer] sancov.py: print status to stderrEvgeniy Stepanov2014-12-251-1/+1
* [asan] Disable __sanitizer_cov_dump registration on Windows.Evgeniy Stepanov2014-12-251-0/+2
* [asan] Allow enabling coverage at activation.Evgeniy Stepanov2014-12-258-68/+100