summaryrefslogtreecommitdiff
path: root/lib/asan/asan_poisoning.cc
AgeCommit message (Expand)Author
2014-01-21[asan] relax the checks inside __sanitizer_annotate_contiguous_container: the...Kostya Serebryany
2013-12-23[asan] convert a CHECK failure in __sanitizer_annotate_contiguous_container i...Kostya Serebryany
2013-12-11[asan] when a fake stack is being unmapped also flush the corresponding shadowKostya Serebryany
2013-12-09Fix Windows build.Sergey Matveev
2013-12-09[lsan] Make LSan ignore memory poisoned by ASan.Sergey Matveev
2013-12-05[sanitizer] Introduce VReport and VPrintf macros and use them in sanitizer code.Sergey Matveev
2013-11-19[asan] remove a fixed FIXME; extend the comment around __sanitizer_annotate_c...Kostya Serebryany
2013-11-19[asan] new shadow poison magic for contiguous-container-buffer-overflow, addr...Kostya Serebryany
2013-11-18[asan] fix Windows buildKostya Serebryany
2013-11-18[asan] introduce __sanitizer_annotate_contiguous_containerKostya Serebryany
2013-10-15tsan: move verbosity flag to CommonFlagsDmitry Vyukov
2013-06-04[sanitizer] Fix __sanitizer_unaligned_* to work with unaligned data types.Evgeniy Stepanov
2013-04-10[asan] implement callbacks for unaligned loads/storesKostya Serebryany
2013-04-05[sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b)...Kostya Serebryany
2013-03-28[ASan] Speed-up initialization-order checking: create and use fast versions o...Alexey Samsonov
2013-01-31[ASan] Split ASan interface header into private and public parts. Add a test ...Alexey Samsonov
2013-01-18[asan] fix two off-by-one errors that seem to affect only PowerPC because onl...Kostya Serebryany
2012-12-28[asan] implement more strict checking for memset/etc parameters. Instead of c...Kostya Serebryany
2012-12-20[asan] add a flag poison_heap to allow better allocator benchmarking, impleme...Kostya Serebryany
2012-12-14[asan] more asan_allocator2 code: actually un/poison shadow on malloc/free Kostya Serebryany
2012-12-04ASan: add new interface functions - __asan_(un)poison_stack_memory. Calls to ...Alexey Samsonov
2012-08-29Relocate the external headers provided by ASan and the common sanitizerChandler Carruth
2012-07-09[ASan] Use common flags parsing machinery.Alexey Samsonov
2012-06-06[ASan] Make printf arguments match format strings better.Alexey Samsonov
2012-06-04Remove file-type tags for .cc files in ASan run-time libraryAlexey Samsonov
2012-05-31[asan] more renamingKostya Serebryany
2012-05-31[asan] more renamingKostya Serebryany
2012-05-31[asan,tsan] introduce sanitizer_common/sanitizer_defs.h and perform some rena...Kostya Serebryany
2012-03-15[asan] performance optimization: make sure the check for poisoned shadow insi...Kostya Serebryany
2012-02-08AddressSanitizer: replace all "real_X" calls with "REAL(X)"Alexey Samsonov
2012-02-03AddressSanitizer: simplify RoundUpToPowerOfTwo/clz; add a couple of CHECKs fo...Alexey Samsonov
2011-12-02[asan] minimize the use of STL. One bit is still left.Kostya Serebryany
2011-11-30Refactor shadow poisoning done by asan-rt, no funtionality changes; patch by ...Kostya Serebryany
2011-11-30AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany