summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common
Commit message (Expand)AuthorAgeFilesLines
* [asan] Fix uninit in coverage.Evgeniy Stepanov2015-01-121-6/+30
* [ASan] Handle SIGBUS on Linux.Jay Foad2015-01-121-1/+1
* [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
* [TSan] Fix Go build.Alexey Samsonov2015-01-071-0/+6
* [asan] add a flag soft_rss_limit_mbKostya Serebryany2015-01-065-4/+56
* [Sanitizer] Use COMMON_FLAG macro to describe common runtime flags.Alexey Samsonov2015-01-064-183/+143
* [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-034-9/+12
* [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-022-1/+17
* Revert r224736: "[Sanitizer] Make CommonFlags immutable after initialization."Chandler Carruth2015-01-021-11/+1
* [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
* [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/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-263-42/+74
* [ASan/Win] Suppress error messaging when Abort() is calledTimur Iskhodzhanov2014-12-261-2/+3
* Revert r224838, r224839.Evgeniy Stepanov2014-12-263-74/+42
* [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-253-42/+72
* [sanitizer] Disable InternalMmapWithOffset test on OSX.Evgeniy Stepanov2014-12-241-1/+1
* [sanitizer] Fix off-by-8x in direct coverage.Evgeniy Stepanov2014-12-241-2/+5
* [sanitizer] Disable InternalMmapWithOffset test on Windows.Evgeniy Stepanov2014-12-241-0/+3
* [sanitizer] mmap2 syscall works with 4096-byte units instead of bytes.Evgeniy Stepanov2014-12-242-21/+51
* [asan] change the coverage collection scheme so that we can easily emit cover...Kostya Serebryany2014-12-234-24/+70
* [asan] Fix line >80 chars.Evgeniy Stepanov2014-12-231-1/+2
* [asan] Better error message in coverage.Evgeniy Stepanov2014-12-231-2/+2
* [Sanitizer] Make CommonFlags immutable after initialization.Alexey Samsonov2014-12-221-1/+11
* [Sanitizers] Intercept wcsnrtombs() on FreeBSDViktor Kutuzov2014-12-221-1/+2
* [Sanitizers] Intercept snprintf_l() on FreeBSDViktor Kutuzov2014-12-223-0/+26
* [Sanitizers] Intercept wordexp on FreeBSDViktor Kutuzov2014-12-221-1/+2
* [sanitizer] fix a performance regression in sanitizer coverage: move a small ...Kostya Serebryany2014-12-203-19/+21
* [sanitizer] initialize two flas in SetCommonFlagsDefaultsKostya Serebryany2014-12-191-0/+2
* [Sanitizer] Refactor CommonFlags interface. NFC.Alexey Samsonov2014-12-193-76/+103
* [ASan] Change activation strategy.Alexey Samsonov2014-12-191-1/+5
* [Sanitizer] Make Quarantine::Init slightly safer.Alexey Samsonov2014-12-191-6/+10
* [sanitizer] Rename InitIfLinkerInitialized to InitLinkerInitialized.Sergey Matveev2014-12-191-8/+8
* tsan: disable __tls_get_addr interceptorDmitry Vyukov2014-12-181-0/+6