summaryrefslogtreecommitdiff
path: root/lib/asan
AgeCommit message (Expand)Author
2016-08-26[sanitizer] enable random shuffling the memory chunks inside the allocator, u...Kostya Serebryany
2016-08-25[asan] remove unused kAsanHeapRightRedzoneMagic (NFC); part 2 (sorry)Kostya Serebryany
2016-08-25[asan] remove unused kAsanHeapRightRedzoneMagic (NFC)Kostya Serebryany
2016-08-25[asan] fix windows botKostya Serebryany
2016-08-25[sanitizer] change SizeClassAllocator64 to accept just one template parameter...Kostya Serebryany
2016-08-23[asan] minor fix in the asan memory profileKostya Serebryany
2016-08-23[asan] Fix OOB_char on arm 32bitVitaly Buka
2016-08-19Cleanup: Move the *AddressDescription printing code to Print() members inside...Filipe Cabecinhas
2016-08-18Add header guards to asan_descriptions.hFilipe Cabecinhas
2016-08-18Convert AsanLocateAddress to Get*AddressInformation functions.Filipe Cabecinhas
2016-08-18[asan] trying to fix the windows botKostya Serebryany
2016-08-18[asan] Add __asan_set_shadow_*Vitaly Buka
2016-08-17[asan] Remove "Stack partial redzone" from reportVitaly Buka
2016-08-17Split DescribeAddressIfGlobal between a function that gets all the informatio...Filipe Cabecinhas
2016-08-17Split DescribeAddressIfStack between a function that gets all the information...Filipe Cabecinhas
2016-08-17Deal with buildbot fallout from r278917: s/AllocType()/GetAllocType()/ (had t...Filipe Cabecinhas
2016-08-17Rename DescribeHeapAddress to DescribeAddressIfHeap and split it into a funct...Filipe Cabecinhas
2016-08-16Move the Decorator, ThreadNameWithParenthesis, and DescribeThread to asan_des...Filipe Cabecinhas
2016-08-15Split DescribeAddressIfShadow between a function that gets all the informatio...Filipe Cabecinhas
2016-08-05Fix two tests in Win64 ASanReid Kleckner
2016-08-05[sanitizers] trace buffer API to use user-allocated buffer.Mike Aizatsky
2016-08-05fix random typos [NFC]Etienne Bergeron
2016-08-04Avoid re-entrancy between __sanitizer::Report, OutputDebugString, and RtlRais...Reid Kleckner
2016-08-03[ASan] Report illegal instruction exceptions in ASanReid Kleckner
2016-08-03[compiler-rt] Fix CHECK coding style [NFC]Etienne Bergeron
2016-08-02[asan] Intercept RtlRaiseException instead of kernel32!RaiseExceptionReid Kleckner
2016-08-02fix comments typos [NFC]Etienne Bergeron
2016-08-02[asan] Remove NtWaitForWorkViaWorkerFactory interceptorReid Kleckner
2016-08-01[compiler-rt] Fix various typos in asan dll [NFC]Etienne Bergeron
2016-07-27[compiler-rt] Fix warnings in interception codeEtienne Bergeron
2016-07-22Revert "fix https://reviews.llvm.org/D22610" and "[compiler-rt] Fix memmove/m...Bruno Cardoso Lopes
2016-07-21Disable thread safe statics in clang-cl, they call the CRTReid Kleckner
2016-07-21Fix clang-cl warning and crash in sanitizersReid Kleckner
2016-07-21fix https://reviews.llvm.org/D22610Etienne Bergeron
2016-07-21[compiler-rt] Fix memmove/memcpy overlap detection on windowsEtienne Bergeron
2016-07-19Add detect_stack_use_after_scope runtime flagVitaly Buka
2016-07-15[compiler-rt] Fix 64-bits exception handlers in ASAN 64-bits runtimeEtienne Bergeron
2016-07-14[asan] Avoid hooking memchr() on Windows64Etienne Bergeron
2016-07-14address comments in: https://reviews.llvm.org/D22363Etienne Bergeron
2016-07-14[compiler-rt] Add internal wcslen to avoid crashing on windows 64-bitsEtienne Bergeron
2016-07-12[compiler-rt] Disable a test failing on windows.Etienne Bergeron
2016-07-11missing modifications for http://reviews.llvm.org/D21952Etienne Bergeron
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-07-11[asan] Add exception handler to map memory on demand on Win64.Etienne Bergeron
2016-07-11[compiler-rt] Refactor the interception code on windows.Etienne Bergeron
2016-07-10whitespaces + re-indentEtienne Bergeron
2016-07-01[compiler-rt] Fix cmake to propagate debug info to runtime unittestsEtienne Bergeron
2016-07-01tab to whitespacesEtienne Bergeron
2016-06-29[compiler-rt] Fix the Asan unittest on WindowsEtienne Bergeron
2016-06-29[compiler-rt] Fix passing debug information to unittest.Etienne Bergeron