summaryrefslogtreecommitdiff
path: root/lib/asan/asan_poisoning.cc
Commit message (Expand)AuthorAge
* tsan: move verbosity flag to CommonFlagsDmitry Vyukov2013-10-15
* [sanitizer] Fix __sanitizer_unaligned_* to work with unaligned data types.Evgeniy Stepanov2013-06-04
* [asan] implement callbacks for unaligned loads/storesKostya Serebryany2013-04-10
* [sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b)...Kostya Serebryany2013-04-05
* [ASan] Speed-up initialization-order checking: create and use fast versions o...Alexey Samsonov2013-03-28
* [ASan] Split ASan interface header into private and public parts. Add a test ...Alexey Samsonov2013-01-31
* [asan] fix two off-by-one errors that seem to affect only PowerPC because onl...Kostya Serebryany2013-01-18
* [asan] implement more strict checking for memset/etc parameters. Instead of c...Kostya Serebryany2012-12-28
* [asan] add a flag poison_heap to allow better allocator benchmarking, impleme...Kostya Serebryany2012-12-20
* [asan] more asan_allocator2 code: actually un/poison shadow on malloc/free Kostya Serebryany2012-12-14
* ASan: add new interface functions - __asan_(un)poison_stack_memory. Calls to ...Alexey Samsonov2012-12-04
* Relocate the external headers provided by ASan and the common sanitizerChandler Carruth2012-08-29
* [ASan] Use common flags parsing machinery.Alexey Samsonov2012-07-09
* [ASan] Make printf arguments match format strings better.Alexey Samsonov2012-06-06
* Remove file-type tags for .cc files in ASan run-time libraryAlexey Samsonov2012-06-04
* [asan] more renamingKostya Serebryany2012-05-31
* [asan] more renamingKostya Serebryany2012-05-31
* [asan,tsan] introduce sanitizer_common/sanitizer_defs.h and perform some rena...Kostya Serebryany2012-05-31
* [asan] performance optimization: make sure the check for poisoned shadow insi...Kostya Serebryany2012-03-15
* AddressSanitizer: replace all "real_X" calls with "REAL(X)"Alexey Samsonov2012-02-08
* AddressSanitizer: simplify RoundUpToPowerOfTwo/clz; add a couple of CHECKs fo...Alexey Samsonov2012-02-03
* [asan] minimize the use of STL. One bit is still left.Kostya Serebryany2011-12-02
* Refactor shadow poisoning done by asan-rt, no funtionality changes; patch by ...Kostya Serebryany2011-11-30
* AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany2011-11-30