summaryrefslogtreecommitdiff
path: root/lib/asan/asan_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Reimplement Thread Static Data ASan routines with TLSKamil Rytarowski2018-12-191-0/+46
* [sanitizer] Remove unused <signal.h> which conflicts with asan declarationsVitaly Buka2017-11-101-1/+0
* [asan] Remove ScopedDeadlySignalVitaly Buka2017-09-181-1/+0
* [asan] Remove ErrorStackOverflowVitaly Buka2017-09-141-4/+1
* [sanitizer] Move IsStackOverflow into SignalContextVitaly Buka2017-09-141-1/+1
* [compiler-rt] Cleanup SignalContext initializationVitaly Buka2017-09-141-1/+1
* [compiler-rt] Add siginfo into SignalContextVitaly Buka2017-09-131-2/+2
* [compiler-rt] Move *Sanitizer:DEADLYSIGNAL printing into common partVitaly Buka2017-09-131-5/+1
* [compiler-rt] Move IsStackOverflow from asan into sanitizer_commonVitaly Buka2017-09-121-44/+1
* Revert "[compiler-rt] Move IsStackOverflow from asan into sanitizer_common"Vitaly Buka2017-09-121-1/+44
* [compiler-rt] Move IsStackOverflow from asan into sanitizer_commonVitaly Buka2017-09-111-44/+1
* [asan] Use more generic string in error messageVitaly Buka2017-09-091-1/+3
* fix trivial typos in comments; NFCHiroshi Inoue2017-07-051-1/+1
* [sanitizer] Move DescribeSignalOrException to sanitizer_common.Marcos Pividori2017-02-021-13/+0
* [asan] Handle SIGBART signal description. (found by buildbot)Filipe Cabecinhas2016-09-081-0/+2
* [asan] Reify ErrorDeadlySignalFilipe Cabecinhas2016-09-081-7/+12
* [sanitizer] Fix a conflict between abort_on_error and handle_abort.Evgeniy Stepanov2016-09-071-0/+2
* [sanitizers] introduce __sanitizer_set_report_fd so that we can re-route the ...Kostya Serebryany2016-05-271-2/+3
* [asan] [SystemZ] Add slop for stack address detection.Marcin Koscielnicki2016-04-181-0/+8
* [asan] add option: handle_sigillKostya Serebryany2015-12-151-0/+2
* [sanitizer] 2-nd attempt. Add the flag handle_sigfpe that is default true to ...Kostya Serebryany2015-08-061-3/+5
* Revert "[sanitizer] Add the flag handle_sigfpe that is default true to handle...Renato Golin2015-08-061-5/+3
* [sanitizer] Add the flag handle_sigfpe that is default true to handle SIGFPE ...Kostya Serebryany2015-08-051-3/+5
* Use WriteToFile instead of internal_write in non-POSIX codeTimur Iskhodzhanov2015-04-091-0/+1
* asan: fix signal handling during stoptheworldDmitry Vyukov2015-03-021-7/+0
* [Asan] Pack signal context into a structureViktor Kutuzov2014-11-251-8/+13
* As a follow up to r222001, Peter Bergner pointed out that there isJay Foad2014-11-151-2/+2
* [ASan] Improved stack overflow detection for PowerPC64Jay Foad2014-11-141-2/+28
* [Sanitizers] Enable stack traces on FreeBSDViktor Kutuzov2014-11-101-0/+1
* [ASan] Fix stack-overflow test for PowerPCJay Foad2014-11-081-3/+3
* [ASan/Win] Catch NULL derefs and page faultsTimur Iskhodzhanov2014-07-111-1/+1
* A set of trivial changes to support sanitizers on FreeBSD.Alexey Samsonov2014-03-041-2/+2
* [asan] A different way of detectinb stack overflow.Evgeniy Stepanov2014-02-191-1/+13
* [sanitizer] Use system unwinder in signal handlers on Android.Evgeniy Stepanov2014-02-111-1/+1
* [ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_commonAlexander Potapenko2014-01-311-24/+2
* [ASan] Fix compilation.Alexander Potapenko2014-01-281-2/+0
* [ASan] Move the sigaltstack() bits to sanitizer_common.Alexander Potapenko2014-01-281-27/+0
* [ASan] Move the signal handling-related flags to sanitizer_common.Alexander Potapenko2014-01-281-2/+2
* [sanitizer] Introduce VReport and VPrintf macros and use them in sanitizer code.Sergey Matveev2013-12-051-8/+4
* tsan: move verbosity flag to CommonFlagsDmitry Vyukov2013-10-151-2/+2
* [asan] Improve thread lifetime tracking on POSIX systems.Sergey Matveev2013-10-141-1/+10
* [sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b)...Kostya Serebryany2013-04-051-5/+5
* [ASan] Kill the remainders of platform defines in favor of SANITIZER_ definesAlexey Samsonov2013-04-031-1/+1
* [ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete AS...Alexey Samsonov2013-03-211-1/+0
* [ASan] Move GetCurrentThread/SetCurrentThread from AsanThreadRegistry class i...Alexey Samsonov2013-03-201-1/+1
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-191-1/+3
* [ASan] intercept swapcontext on Linux onlyAlexey Samsonov2012-11-231-12/+0
* [ASan] Add interceptor for swapcontext to fight with false positives in some ...Alexey Samsonov2012-11-231-0/+12
* [ASan] Create new files asan_report.{h,cc} as a preparation for refactoring o...Alexey Samsonov2012-08-091-8/+2