| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [sanitizers] add interceptor for memmem; add weak hooks for strncasecmp, strc... | Kostya Serebryany | 2016-07-15 | 1 | -0/+2 |
* | Hide send/sendto/sendmsg interptors under a flag. | Evgeniy Stepanov | 2016-06-20 | 1 | -0/+3 |
* | [sanitizers] introduce a common run-time option dedup_token_length to help wi... | Kostya Serebryany | 2016-05-28 | 1 | -0/+5 |
* | [sanitizer] Move stat/__xstat to the common interceptors | Mike Aizatsky | 2016-05-03 | 1 | -0/+3 |
* | Revert "[sanitizer] Move stat/__xstat to the common interceptors" | Mike Aizatsky | 2016-05-03 | 1 | -3/+0 |
* | [sanitizer] Move stat/__xstat to the common interceptors | Mike Aizatsky | 2016-05-03 | 1 | -0/+3 |
* | [sanitizer] Add memset, memmove, and memcpy to the common interceptors | Derek Bruening | 2016-03-25 | 1 | -0/+3 |
* | [sanitizer] Add strnlen to the common interceptors | Derek Bruening | 2016-03-23 | 1 | -1/+1 |
* | [sanitizer] Add strchr* to the common interceptors | Evgeniy Stepanov | 2016-03-21 | 1 | -0/+3 |
* | [sanitizer] Add strlen to the common interceptors | Alexey Samsonov | 2016-03-11 | 1 | -0/+3 |
* | [sanitizers] generating html report on coverage dump | Mike Aizatsky | 2016-01-27 | 1 | -0/+2 |
* | [asan] Optionally print reproducer cmdline in ASan reports. | Maxim Ostapenko | 2016-01-18 | 1 | -0/+2 |
* | [sancov] coverage pc buffer | Mike Aizatsky | 2016-01-05 | 1 | -0/+3 |
* | [asan] add option: handle_sigill | Kostya Serebryany | 2015-12-15 | 1 | -0/+2 |
* | [asan] Suppress duplicated errors in ASan recovery mode. | Yury Gribov | 2015-12-10 | 1 | -0/+3 |
* | Reapply: [asan] On OS X, log reports to syslog and os_trace | Anna Zaks | 2015-11-20 | 1 | -1/+1 |
* | Revert "Reapply: [asan] On OS X, log reports to syslog and os_trace" | Juergen Ributzka | 2015-11-04 | 1 | -1/+1 |
* | Reapply: [asan] On OS X, log reports to syslog and os_trace | Anna Zaks | 2015-10-28 | 1 | -1/+1 |
* | Revert "[asan] On OS X, log reports to syslog and os_trace" | Anna Zaks | 2015-10-27 | 1 | -1/+1 |
* | [asan] On OS X, log reports to syslog and os_trace | Anna Zaks | 2015-10-27 | 1 | -1/+1 |
* | [sanitizer_common] Apply modernize-use-nullptr, other minor fixes | Vedant Kumar | 2015-09-30 | 1 | -1/+2 |
* | [Sanitizers] Make abort_on_error common flag. | Alexey Samsonov | 2015-08-27 | 1 | -0/+4 |
* | [Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ... | Alexey Samsonov | 2015-08-21 | 1 | -0/+2 |
* | [sanitizer] 2-nd attempt. Add the flag handle_sigfpe that is default true to ... | Kostya Serebryany | 2015-08-06 | 1 | -0/+2 |
* | Revert "[sanitizer] Add the flag handle_sigfpe that is default true to handle... | Renato Golin | 2015-08-06 | 1 | -2/+0 |
* | [sanitizer] Add the flag handle_sigfpe that is default true to handle SIGFPE ... | Kostya Serebryany | 2015-08-05 | 1 | -0/+2 |
* | [asan,tsan,msan] move the memcmp interceptor from asan/tsan to sanitizer_comm... | Kostya Serebryany | 2015-07-29 | 1 | -0/+6 |
* | [sanitizer] Implement logging to syslog. | Evgeniy Stepanov | 2015-07-23 | 1 | -0/+4 |
* | Revert r242975. | Evgeniy Stepanov | 2015-07-23 | 1 | -4/+0 |
* | [sanitizer] Implement logging to syslog. | Evgeniy Stepanov | 2015-07-22 | 1 | -0/+4 |
* | [ASan] Add process basename to log name and error message to | Yury Gribov | 2015-06-05 | 1 | -0/+4 |
* | [sanitizer_common] Added VS-style output for source locations | Filipe Cabecinhas | 2015-06-04 | 1 | -0/+3 |
* | Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging. | Evgeniy Stepanov | 2015-05-29 | 1 | -0/+3 |
* | [sanitizer] More string interceptors: strstr, strcasestr, strspn, strcspn, st... | Yury Gribov | 2015-05-28 | 1 | -0/+9 |
* | [asan] under handle_abort=1 option intercept SIGABRT in addition to SIGSEGV/S... | Kostya Serebryany | 2015-05-05 | 1 | -2/+3 |
* | sanitizer: new "strict_string_checks" run-time flag | Dmitry Vyukov | 2015-04-06 | 1 | -0/+2 |
* | [sanitizer] add run-time a flag coverage_order_pcs. When true, the PCs are du... | Kostya Serebryany | 2015-03-18 | 1 | -1/+3 |
* | [sanitizer] add a run-time flag to dump the coverage counter bitset | Kostya Serebryany | 2015-03-05 | 1 | -0/+3 |
* | [Sanitizer] Refactor SuppressionContext class. | Alexey Samsonov | 2015-02-20 | 1 | -1/+0 |
* | [ASan] Add use_madv_dontdump flag. | Yury Gribov | 2015-02-03 | 1 | -0/+3 |
* | [asan] use getrusage as an alternative to reading /proc/self/statm. Also move... | Kostya Serebryany | 2015-01-29 | 1 | -0/+3 |
* | [asan] use MADV_NOHUGEPAGE for shadow to reduce the actual memory usage | Kostya Serebryany | 2015-01-21 | 1 | -0/+2 |
* | [asan] add a flag soft_rss_limit_mb | Kostya Serebryany | 2015-01-06 | 1 | -1/+10 |
* | [Sanitizer] Use COMMON_FLAG macro to describe common runtime flags. | Alexey Samsonov | 2015-01-06 | 1 | -0/+132 |