summaryrefslogtreecommitdiff
path: root/lib/asan/asan_report.cc
AgeCommit message (Expand)Author
2016-03-26[asan] bump the scariness score of read-after-frees (based on feedback from t...Kostya Serebryany
2016-03-09sanitizer: Fix endianness checks for gccAlexey Samsonov
2016-02-09[asan] update the scariness score: tweak a few weights and add testsKostya Serebryany
2016-02-08[asan] Implement SEGV read vs write detection for ARM and AArch64.Evgeniy Stepanov
2016-02-08[asan] re-commit r259961, this time making the test Linux-OnlyKostya Serebryany
2016-02-07Revert r259961, r259978, r259981.Nico Weber
2016-02-06[asan] add an experimental feature that prints the scariness score of the err...Kostya Serebryany
2016-02-04[asan] When catching a signal caused by a memory access, print if it's a READ...Kostya Serebryany
2016-01-20[asan] print an additional hint when reporting a container overflowKostya Serebryany
2016-01-18[asan] Optionally print reproducer cmdline in ASan reports.Maxim Ostapenko
2016-01-06[sanitizers] Log all output to CrashReport on OS XAnna Zaks
2015-12-10[asan] Use atomic_uintptr_t instead of atomic_uint64_t in SuppressErrorReport.Yury Gribov
2015-12-10[asan] Suppress duplicated errors in ASan recovery mode.Yury Gribov
2015-12-04[ASan] Retire mac_ignore_invalid_free, remove some dead code.Alexander Potapenko
2015-11-20[asan] Fix the deadlocks introduced by "On OS X, log reports to syslog and os...Anna Zaks
2015-11-20Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks
2015-11-18[ASan] Be consistent and refer to reported issues as "errors" in hints.Alexey Samsonov
2015-11-13[asan] Fix silly error when reporting multiple ASan errors in parallel.Yury Gribov
2015-11-11[Asan] Added missing hunk to previous commit.Yury Gribov
2015-11-11[ASan] Enable optional ASan recovery.Yury Gribov
2015-11-04Revert "Reapply: [asan] On OS X, log reports to syslog and os_trace"Juergen Ributzka
2015-10-28Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks
2015-10-27Revert "[asan] On OS X, log reports to syslog and os_trace"Anna Zaks
2015-10-27[asan] On OS X, log reports to syslog and os_traceAnna Zaks
2015-10-01[compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar
2015-08-21[Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov
2015-08-06[sanitizer] 2-nd attempt. Add the flag handle_sigfpe that is default true to ...Kostya Serebryany
2015-08-06Revert "[sanitizer] Add the flag handle_sigfpe that is default true to handle...Renato Golin
2015-08-05[sanitizer] Add the flag handle_sigfpe that is default true to handle SIGFPE ...Kostya Serebryany
2015-04-22[ASan] Print global registration site in init-order-checker reports.Alexey Samsonov
2015-04-22[ASan] Refactor functions searching/describing globals. NFC.Alexey Samsonov
2015-04-06[ASan] Do not print thread IDs and stacks for unknown threads.Alexander Potapenko
2015-03-17asan: optimization experimentsDmitry Vyukov
2015-02-25Reland r230019 - [ASan] Make the argument of '__sanitizer_annotate_contiguous...Timur Iskhodzhanov
2015-02-22Revert "[ASan] Make the argument of '__sanitizer_annotate_contiguous_containe...Renato Golin
2015-02-20[ASan] Make the argument of '__sanitizer_annotate_contiguous_container' is no...Timur Iskhodzhanov
2015-01-30Replace code dup with a macro.Yury Gribov
2015-01-23Fix the extra whitespace from r226878.Kuba Brecka
2015-01-22Fix/workaround for OS X truncated stacktraces taken by external toolsKuba Brecka
2014-11-25[Asan] Pack signal context into a structureViktor Kutuzov
2014-11-21[asan] Runtime support for asan-instrument-allocas which enables instrumentat...Yury Gribov
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-10-26[Sanitizer] Make StackTrace a lightweight reference to array of PCs, andAlexey Samsonov
2014-10-23Appeasing an MSVC compile warning about "and"; NFC.Aaron Ballman
2014-10-17[asan] the run-time part of intra-object-overflow detector (-fsanitize-addres...Kostya Serebryany
2014-10-15[compiler-rt] Enable ASAN for powerpc64le-linuxWill Schmidt
2014-10-01[ASan] Don't use large stack buffer for local variable name in stack frame de...Alexey Samsonov
2014-10-01[ASan] Make stack-buffer-overflow reports more robustAlexey Samsonov
2014-09-26[compiler-rt] recommit of r218481: ASan debugging API for report info extract...Kuba Brecka