summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_flags.inc
Commit message (Expand)AuthorAgeFilesLines
...
* [sanitizers] add interceptor for memmem; add weak hooks for strncasecmp, strc...Kostya Serebryany2016-07-151-0/+2
* Hide send/sendto/sendmsg interptors under a flag.Evgeniy Stepanov2016-06-201-0/+3
* [sanitizers] introduce a common run-time option dedup_token_length to help wi...Kostya Serebryany2016-05-281-0/+5
* [sanitizer] Move stat/__xstat to the common interceptorsMike Aizatsky2016-05-031-0/+3
* Revert "[sanitizer] Move stat/__xstat to the common interceptors"Mike Aizatsky2016-05-031-3/+0
* [sanitizer] Move stat/__xstat to the common interceptorsMike Aizatsky2016-05-031-0/+3
* [sanitizer] Add memset, memmove, and memcpy to the common interceptorsDerek Bruening2016-03-251-0/+3
* [sanitizer] Add strnlen to the common interceptorsDerek Bruening2016-03-231-1/+1
* [sanitizer] Add strchr* to the common interceptorsEvgeniy Stepanov2016-03-211-0/+3
* [sanitizer] Add strlen to the common interceptorsAlexey Samsonov2016-03-111-0/+3
* [sanitizers] generating html report on coverage dumpMike Aizatsky2016-01-271-0/+2
* [asan] Optionally print reproducer cmdline in ASan reports.Maxim Ostapenko2016-01-181-0/+2
* [sancov] coverage pc bufferMike Aizatsky2016-01-051-0/+3
* [asan] add option: handle_sigillKostya Serebryany2015-12-151-0/+2
* [asan] Suppress duplicated errors in ASan recovery mode.Yury Gribov2015-12-101-0/+3
* Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks2015-11-201-1/+1
* Revert "Reapply: [asan] On OS X, log reports to syslog and os_trace"Juergen Ributzka2015-11-041-1/+1
* Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks2015-10-281-1/+1
* Revert "[asan] On OS X, log reports to syslog and os_trace"Anna Zaks2015-10-271-1/+1
* [asan] On OS X, log reports to syslog and os_traceAnna Zaks2015-10-271-1/+1
* [sanitizer_common] Apply modernize-use-nullptr, other minor fixesVedant Kumar2015-09-301-1/+2
* [Sanitizers] Make abort_on_error common flag.Alexey Samsonov2015-08-271-0/+4
* [Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov2015-08-211-0/+2
* [sanitizer] 2-nd attempt. Add the flag handle_sigfpe that is default true to ...Kostya Serebryany2015-08-061-0/+2
* Revert "[sanitizer] Add the flag handle_sigfpe that is default true to handle...Renato Golin2015-08-061-2/+0
* [sanitizer] Add the flag handle_sigfpe that is default true to handle SIGFPE ...Kostya Serebryany2015-08-051-0/+2
* [asan,tsan,msan] move the memcmp interceptor from asan/tsan to sanitizer_comm...Kostya Serebryany2015-07-291-0/+6
* [sanitizer] Implement logging to syslog.Evgeniy Stepanov2015-07-231-0/+4
* Revert r242975.Evgeniy Stepanov2015-07-231-4/+0
* [sanitizer] Implement logging to syslog.Evgeniy Stepanov2015-07-221-0/+4
* [ASan] Add process basename to log name and error message toYury Gribov2015-06-051-0/+4
* [sanitizer_common] Added VS-style output for source locationsFilipe Cabecinhas2015-06-041-0/+3
* Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.Evgeniy Stepanov2015-05-291-0/+3
* [sanitizer] More string interceptors: strstr, strcasestr, strspn, strcspn, st...Yury Gribov2015-05-281-0/+9
* [asan] under handle_abort=1 option intercept SIGABRT in addition to SIGSEGV/S...Kostya Serebryany2015-05-051-2/+3
* sanitizer: new "strict_string_checks" run-time flagDmitry Vyukov2015-04-061-0/+2
* [sanitizer] add run-time a flag coverage_order_pcs. When true, the PCs are du...Kostya Serebryany2015-03-181-1/+3
* [sanitizer] add a run-time flag to dump the coverage counter bitsetKostya Serebryany2015-03-051-0/+3
* [Sanitizer] Refactor SuppressionContext class.Alexey Samsonov2015-02-201-1/+0
* [ASan] Add use_madv_dontdump flag.Yury Gribov2015-02-031-0/+3
* [asan] use getrusage as an alternative to reading /proc/self/statm. Also move...Kostya Serebryany2015-01-291-0/+3
* [asan] use MADV_NOHUGEPAGE for shadow to reduce the actual memory usageKostya Serebryany2015-01-211-0/+2
* [asan] add a flag soft_rss_limit_mbKostya Serebryany2015-01-061-1/+10
* [Sanitizer] Use COMMON_FLAG macro to describe common runtime flags.Alexey Samsonov2015-01-061-0/+132