summaryrefslogtreecommitdiff
path: root/lib/asan/asan_posix.cc
AgeCommit message (Expand)Author
2016-04-18[asan] [SystemZ] Add slop for stack address detection.Marcin Koscielnicki
2015-12-15[asan] add option: handle_sigillKostya Serebryany
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-09Use WriteToFile instead of internal_write in non-POSIX codeTimur Iskhodzhanov
2015-03-02asan: fix signal handling during stoptheworldDmitry Vyukov
2014-11-25[Asan] Pack signal context into a structureViktor Kutuzov
2014-11-15As a follow up to r222001, Peter Bergner pointed out that there isJay Foad
2014-11-14[ASan] Improved stack overflow detection for PowerPC64Jay Foad
2014-11-10[Sanitizers] Enable stack traces on FreeBSDViktor Kutuzov
2014-11-08[ASan] Fix stack-overflow test for PowerPCJay Foad
2014-07-11[ASan/Win] Catch NULL derefs and page faultsTimur Iskhodzhanov
2014-03-04A set of trivial changes to support sanitizers on FreeBSD.Alexey Samsonov
2014-02-19[asan] A different way of detectinb stack overflow.Evgeniy Stepanov
2014-02-11[sanitizer] Use system unwinder in signal handlers on Android.Evgeniy Stepanov
2014-01-31[ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_commonAlexander Potapenko
2014-01-28[ASan] Fix compilation.Alexander Potapenko
2014-01-28[ASan] Move the sigaltstack() bits to sanitizer_common.Alexander Potapenko
2014-01-28[ASan] Move the signal handling-related flags to sanitizer_common.Alexander Potapenko
2013-12-05[sanitizer] Introduce VReport and VPrintf macros and use them in sanitizer code.Sergey Matveev
2013-10-15tsan: move verbosity flag to CommonFlagsDmitry Vyukov
2013-10-14[asan] Improve thread lifetime tracking on POSIX systems.Sergey Matveev
2013-04-05[sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b)...Kostya Serebryany
2013-04-03[ASan] Kill the remainders of platform defines in favor of SANITIZER_ definesAlexey Samsonov
2013-03-21[ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete AS...Alexey Samsonov
2013-03-20[ASan] Move GetCurrentThread/SetCurrentThread from AsanThreadRegistry class i...Alexey Samsonov
2013-03-19[sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov
2012-11-23[ASan] intercept swapcontext on Linux onlyAlexey Samsonov
2012-11-23[ASan] Add interceptor for swapcontext to fight with false positives in some ...Alexey Samsonov
2012-08-09[ASan] Create new files asan_report.{h,cc} as a preparation for refactoring o...Alexey Samsonov
2012-07-09[ASan] Use common flags parsing machinery.Alexey Samsonov
2012-06-15[Sanitizer] move ShadowRangeIsAvailable and several defines to common runtimeAlexey Samsonov
2012-06-15[Sanitizer] move atomic ops, min/max and sort to commnon runtimeAlexey Samsonov
2012-06-15[Sanitizer] move more portability wrappers to common runtime: sleep, _exit, a...Alexey Samsonov
2012-06-15[Sanitizer] move DumpProcessMap and DisableCoreDumper to common runtimeAlexey Samsonov
2012-06-14[ASan] don't include deleted headerAlexey Samsonov
2012-06-07[Sanitizer] __asan::AsanProcMaps -> __sanitizer::ProcessMaps.Alexey Samsonov
2012-06-06[Sanitizer] Switch to common mmap/munmap routines in ASan run-time.Alexey Samsonov
2012-06-06[asan] make tid u32 instead of intKostya Serebryany
2012-06-06[asan] start compacting the allocator header, the goal is to make it 16 bytes...Kostya Serebryany
2012-06-06[Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov
2012-06-06[ASan] Make printf arguments match format strings better.Alexey Samsonov
2012-06-06[Sanitizer] Move more functions/constants to sanitizer_common.Alexey Samsonov
2012-06-06[ASan] Use __sanitizer::Die() in ASan runtime.Alexey Samsonov
2012-06-05[Sanitizer] remove using namespace __sanitizer linesAlexey Samsonov
2012-06-05[ASan] use internal_{close,read,write} in ASan runtime.Alexey Samsonov
2012-05-31[asan] more renamingKostya Serebryany
2012-05-31[asan] more renamingKostya Serebryany
2012-05-30Be more verbose when installing the signals.Alexander Potapenko