summaryrefslogtreecommitdiff
path: root/lib/asan
AgeCommit message (Expand)Author
2013-04-11Explicitly list all sanitizer headers in CMake build rules. Make sure sanitiz...Alexey Samsonov
2013-04-11[asan] improve the UAR reporting (try harder to find the correct frame), try ...Kostya Serebryany
2013-04-11[asan] make heavy_uar_test a bit more heavy and fix he fake stack to pass thi...Kostya Serebryany
2013-04-11[ASan] test source-based init-order blacklisting added in r179280Alexey Samsonov
2013-04-11[asan] fix use-after-return functionality (PR15672) and enable the correspond...Kostya Serebryany
2013-04-11[ASan] Symbolize correct address when printint error summaryAlexey Samsonov
2013-04-11[asan] move fake stack into a separate .h file; actually disable a failing testKostya Serebryany
2013-04-11[asan] add heavy_uar_test (disabled); fix lintKostya Serebryany
2013-04-10[ASan] Do not check the shadow of NULL argument in the time() interceptor.Alexander Potapenko
2013-04-10[asan] implement callbacks for unaligned loads/storesKostya Serebryany
2013-04-10[ASan] fix a typo in legend in error reportAlexey Samsonov
2013-04-09[sanitizer] Interceptors for wait*.Evgeniy Stepanov
2013-04-09[msan] Intercept glob() with tests.Evgeniy Stepanov
2013-04-09[asan] relax Linux/zero-base-shadow.cc to make it pass on newer Ubuntu; fix lintKostya Serebryany
2013-04-05[asan] make huge_negative_hea_oob more meaningfulKostya Serebryany
2013-04-05[asan] add a test for huge left oobKostya Serebryany
2013-04-05[sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b)...Kostya Serebryany
2013-04-05[ASan] init-order checker tests: move constexpr test that requires -std=c++11...Alexey Samsonov
2013-04-05[Sanitizer] Use a common mutex to prevent mixing reports from different sanit...Alexey Samsonov
2013-04-04[asan] nuke the old unused allocator codeKostya Serebryany
2013-04-04[asan] fill first 4K of malloc-ed memory with garbage, implement flags max_ma...Kostya Serebryany
2013-04-03[ASan] Kill the remainders of platform defines in favor of SANITIZER_ definesAlexey Samsonov
2013-04-01[ASan] More careful reports for globals that are ASCII stringsAlexey Samsonov
2013-03-28Remove all 'static' before ALWAYS_INLINETimur Iskhodzhanov
2013-03-28Make all the ALWAYS_INLINE users Windows-friendly; also, avoid ALWAYS_INLINE ...Timur Iskhodzhanov
2013-03-28[ASan] Speed-up initialization-order checking: create and use fast versions o...Alexey Samsonov
2013-03-28Fix unmatching ASan runtime flag for init-order checking exposed by r178158. ...Alexey Samsonov
2013-03-27[ASan] Demangle global names in error reports.Alexey Samsonov
2013-03-26[ASan] Change the ABI of __asan_before_dynamic_init function: now it takes po...Alexey Samsonov
2013-03-26asan/tsan: move strcasecmp() interceptor to sanitizer_commonDmitry Vyukov
2013-03-26[asan] print thread number while reporting invalid-free and double-free; add ...Kostya Serebryany
2013-03-25[ASan] Use dynamic symbol table when checking exported ASan runtime symbolsAlexey Samsonov
2013-03-25[ASan] mark local function as staticAlexey Samsonov
2013-03-23Build and install .syms files alongside sanitizer runtimes. These are used toRichard Smith
2013-03-22Revert 177745 as it was incorrectTimur Iskhodzhanov
2013-03-22Band-aid fix for the Windows build caused by r177710. Long-term, atomic_compa...Timur Iskhodzhanov
2013-03-22[asan] Change the way we report the alloca frame on stack-buff-overflow.Kostya Serebryany
2013-03-22[ASan] fix-up for r177634 on Windows.Alexey Samsonov
2013-03-22[ASan] Fix an error on invalid deallocation in ASan allocator. When ASan chec...Alexey Samsonov
2013-03-22asan: fix lint warning about line lengthDmitry Vyukov
2013-03-21[ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete AS...Alexey Samsonov
2013-03-20[ASan] Move malloc stats collection away from AsanThreadRegistry class.Alexey Samsonov
2013-03-20[ASan] Move GetCurrentThread/SetCurrentThread from AsanThreadRegistry class i...Alexey Samsonov
2013-03-19[asan] s/ASAN_POSIX/SANITIZER_POSIX/Evgeniy Stepanov
2013-03-19[sanitizer] More renamed macros.Evgeniy Stepanov
2013-03-19[sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov
2013-03-19[sanitizer] Move ASan platform macros to sanitizer_common and rename them app...Evgeniy Stepanov
2013-03-18[asan] make the __asan_get_heap_size more robustKostya Serebryany
2013-03-18[asan] Switch to allocator2 on Android.Evgeniy Stepanov
2013-03-18[asan] while generating the description of a global variable, emit the module...Kostya Serebryany