summaryrefslogtreecommitdiff
path: root/lib/asan/asan_poisoning.h
Commit message (Expand)AuthorAgeFilesLines
* Work around PR19125: -Wconstant-logical-operand false positiveTimur Iskhodzhanov2014-03-131-1/+1
* Disable fast shadow zero'ing on WindowsTimur Iskhodzhanov2014-03-131-0/+5
* FastPoisonShadow: check for MmapFixedNoReserve failuresTimur Iskhodzhanov2014-03-131-1/+2
* [sanitizer] Use mmap to zero-fill large shadow regions.Evgeniy Stepanov2014-02-141-1/+21
* [asan] when a fake stack is being unmapped also flush the corresponding shadowKostya Serebryany2013-12-111-0/+4
* [asan] introduce run-time flag 'poison_partial' Kostya Serebryany2013-10-161-1/+2
* [sanitizer] introduce LargeMmapAllocator::GetBlockBeginFastSingleThreaded, re...Kostya Serebryany2013-05-301-1/+2
* Fix MSVC W3 compiler warningsTimur Iskhodzhanov2013-05-291-1/+1
* Make all the ALWAYS_INLINE users Windows-friendly; also, avoid ALWAYS_INLINE ...Timur Iskhodzhanov2013-03-281-2/+2
* [ASan] Speed-up initialization-order checking: create and use fast versions o...Alexey Samsonov2013-03-281-0/+58