summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_posix.cc
AgeCommit message (Expand)Author
2017-09-14[compiler-rt] Cleanup SignalContext initializationVitaly Buka
2017-09-13[compiler-rt] Use SignalContext in ErrorStackOverflow and ErrorDeadlySignalVitaly Buka
2017-09-13[compiler-rt] Add siginfo into SignalContextVitaly Buka
2017-09-13[compiler-rt] Move IsStackOverflow into sanitizer_posix_libcdep.cc to the restVitaly Buka
2017-09-12[compiler-rt] Move IsStackOverflow from asan into sanitizer_commonVitaly Buka
2017-09-12Revert "[compiler-rt] Move IsStackOverflow from asan into sanitizer_common"Vitaly Buka
2017-09-11[compiler-rt] Move IsStackOverflow from asan into sanitizer_commonVitaly Buka
2017-07-22[sanitizer_common] Move filesystem-related code out of sanitizer_common.ccVitaly Buka
2017-07-20Revert "[sanitizer_common] Move filesystem-related code out of sanitizer_comm...Vitaly Buka
2017-07-20[sanitizer_common] Move filesystem-related code out of sanitizer_common.ccAlex Shlyapnikov
2017-07-11Refactor MemoryMappingLayout::Next to use a single struct instead of output p...Francis Ricci
2017-07-06More fixup for r307281: Move the #includes to sanitizer_linux.ccKuba Mracek
2017-07-06Fixup for r307281: Also move GetKernelAreaSize into sanitizer_linux.ccKuba Mracek
2017-07-06[sanitizer] Split GetMaxVirtualAddress into separate Linux version and Mac ve...Kuba Mracek
2017-07-03fix trivial typos in comments; NFCHiroshi Inoue
2017-06-30[sanitizer] Small tweaks and fixes to allocator related functionsKostya Kortchinsky
2017-06-26[Sanitizers] 64 bit allocator respects allocator_may_return_null flagAlex Shlyapnikov
2017-06-22[Sanitizers] 32 bit allocator respects allocator_may_return_null flagAlex Shlyapnikov
2017-06-16[Sanitizers] Secondary allocator respects allocator_may_return_null=1.Alex Shlyapnikov
2017-06-14[sanitizer] Reverting D34152Kostya Kortchinsky
2017-06-14[sanitizer] MmapAlignedOrDie changes to reduce fragmentationKostya Kortchinsky
2017-03-13[asan] Split SIGSEGV / SIGBUS handling so we can handle only one of them and ...Filipe Cabecinhas
2017-02-02[sanitizer] Move DescribeSignalOrException to sanitizer_common.Marcos Pividori
2016-10-05[asan] Reapply: Switch to using dynamic shadow offset on iOSAnna Zaks
2016-10-05Revert "[asan] Switch to using dynamic shadow offset on iOS"Anna Zaks
2016-10-04[asan] Switch to using dynamic shadow offset on iOSAnna Zaks
2016-09-30[compiler-rt] Add support for the dynamic shadow allocationEtienne Bergeron
2016-09-21revert 282085, 281909, they broke 32-bit dynamic ASan and the sanitizer-windo...Nico Weber
2016-09-19[compiler-rt] Add support for the dynamic shadow allocationEtienne Bergeron
2016-04-14[sanitizer] [SystemZ] Add virtual space size.Marcin Koscielnicki
2016-03-10[Windows] Fix UnmapOrDie and MmapAlignedOrDieReid Kleckner
2016-02-08[asan] Implement SEGV read vs write detection for ARM and AArch64.Evgeniy Stepanov
2016-02-04[asan] When catching a signal caused by a memory access, print if it's a READ...Kostya Serebryany
2016-02-02[asan] Add iOS support.Anna Zaks
2016-01-26[cfi] Support for dlopen and dlclose.Evgeniy Stepanov
2015-11-30[compiler-rt] Remove SANITIZER_AARCH64_VMA usageAdhemerval Zanella
2015-11-20[asan] Fix the deadlocks introduced by "On OS X, log reports to syslog and os...Anna Zaks
2015-11-05[Sanitizer] Use ReportMmapFailureAndDie() in all applicable mmap variants on ...Alexey Samsonov
2015-09-30[sanitizer_common] Apply modernize-use-nullptr, other minor fixesVedant Kumar
2015-09-11[compiler-rt] [sanitizers] Add VMA size check at runtimeAdhemerval Zanella
2015-08-12[windows] Fix deadlock on mmap failure due to CHECK recursionReid Kleckner
2015-08-10[Windows] Implement FileExists, ReadFromFile, and FindPathToBinaryReid Kleckner
2015-07-31Re-commit r243686 - [Sanitizers] [Bug 24151] Generalize type of offset in int...Daniel Sanders
2015-07-31Revert r243686 - [Sanitizers] [Bug 24151] Generalize type of offset in intern...Daniel Sanders
2015-07-30[Sanitizers] [Bug 24151] Generalize type of offset in internal_mmapDaniel Sanders
2015-07-06[asan] Fix an OS X startup crash when an empty section is presentKuba Brecka
2015-05-29Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.Evgeniy Stepanov
2015-04-10Split Mprotect into MmapNoAccess and MprotectNoAccess to be more portableTimur Iskhodzhanov
2015-04-09Use RenameFile instead of internal_rename in non-POSIX codeTimur Iskhodzhanov
2015-04-09Use WriteToFile instead of internal_write in non-POSIX codeTimur Iskhodzhanov