summaryrefslogtreecommitdiff
path: root/lib/asan
AgeCommit message (Expand)Author
2013-02-18[asan] enable asan_prelink_test when gold is the default linker (gold and bfd...Kostya Serebryany
2013-02-18[asan] added flag -d|--demangle to asan_symbolize.py, makes addr2line/llvm-sy...Kostya Serebryany
2013-02-15[ASan] make variables unsigned to silence warnings - attempt 2Alexey Samsonov
2013-02-15[ASan] make variable unsigned to silence the warningAlexey Samsonov
2013-02-15[ASan] Fix https://code.google.com/p/address-sanitizer/issues/detail?id=159Alexander Potapenko
2013-02-15[asan] make asan work with 7fff8000 offset and prelinkKostya Serebryany
2013-02-14[ASan] Fixed the wrong placement of #includeAlexander Potapenko
2013-02-14[ASan] Remove the 'alarm' script which isn't present on OS X by default.Alexander Potapenko
2013-02-14[asan] use short path for sanitizer_common/tests/sanitizer_test_utils.h, add ...Kostya Serebryany
2013-02-14[tsan] disable a failing test until it gets fixed. fix lintKostya Serebryany
2013-02-13[ASan] When re-executing the process on OS X, make sure we update the existin...Alexander Potapenko
2013-02-13[asan] fix fixed mapping for mac (ASAN_FLEXIBLE_MAPPING_AND_OFFSET=0)Kostya Serebryany
2013-02-13[tsan] simplify tsan-vs-gvn test since gvn vs tsan is now fixed; fix lint Kostya Serebryany
2013-02-12[asan] Add new __isoc99_*scanf to ASan intercepted functions list.Evgeniy Stepanov
2013-02-12[asan] change the default mapping offset on x86_64 to 0x7fff8000. This gives ...Kostya Serebryany
2013-02-11[sanitizer] Fix line numbers in a sanitizer lit test.Evgeniy Stepanov
2013-02-08[asan] Fix off-by-one in AddrIsAtRight.Evgeniy Stepanov
2013-02-08[ASan] Switch Windows to allocator v2, also fixing some build errorsTimur Iskhodzhanov
2013-02-08[ASan] Move functions using BitScan/clzl to sanitizer_commonTimur Iskhodzhanov
2013-02-07[ASan] Remove the replace_cfallocator flag, which is used no more.Alexander Potapenko
2013-02-07[ASan] Enable alloc_dealloc_mismatch by default on Darwin.Alexander Potapenko
2013-02-07[ASan] Enable the new and delete wrappers on Darwin.Alexander Potapenko
2013-02-07[ASan] Implement asan_mz_size(), asan_mz_force_lock() and asan_mz_force_unloc...Alexander Potapenko
2013-02-06[ASan] fix the interceptor for siglongjmp. As we're using dylib interposition...Alexander Potapenko
2013-02-06[asan] print a short one-line report summary after the full report. Currently...Kostya Serebryany
2013-02-05[ASan] Delete the code related to static runtime on OS X.Alexander Potapenko
2013-02-05[asan] Fix Win/Mac build.Evgeniy Stepanov
2013-02-05[asan] Fix nonsensical reports of partial right OOB.Evgeniy Stepanov
2013-02-01[ASan] remove debug output from the testAlexey Samsonov
2013-01-31[sanitizer] make the error messages from sanitizer_common contain the actual ...Kostya Serebryany
2013-01-31[ASan] Split ASan interface header into private and public parts. Add a test ...Alexey Samsonov
2013-01-30[sanitizer] Further split private and public sanitizer headers.Evgeniy Stepanov
2013-01-30Use LLVM_BUILD_TYPE instead of CMAKE_BUILD_TYPE in compiler-rt unit tests to ...Alexey Samsonov
2013-01-30[Sanitizer] update style checker script and fix namespace style warningsAlexey Samsonov
2013-01-29ASan: fix lintAlexey Samsonov
2013-01-29asan: fix the testDmitry Vyukov
2013-01-29[ASan] fix deallocation hook in allocator2: according to specification, deall...Alexey Samsonov
2013-01-29[ASan] Do allocate memory even for zero-size allocation requests. Explain why...Alexey Samsonov
2013-01-28[ASan] fix a bug in allocator-v2 which could lead to SEGV on realloc(malloc(0...Alexey Samsonov
2013-01-28[asan] fix a crash in asan stats printing (initialize the allocator in __asan...Kostya Serebryany
2013-01-28[asan] two more internal flags for asan-rt: print_stats (0) and print_legend ...Kostya Serebryany
2013-01-28[CMake] Fix compiler-rt tests after r173617Alexey Samsonov
2013-01-25[sanitizer] improve the calloc overflow check (spotted by samsonov@)Kostya Serebryany
2013-01-25[sanitizer] fix calloc overflow in asan/tsan/msanKostya Serebryany
2013-01-24[asan] run-time tests for adaptive redzones Kostya Serebryany
2013-01-24[ASan] fix compilation on Mac by adding a missing pwrite parameter.Alexander Potapenko
2013-01-23[sanitizer] increase the minimal mmap size in allocator to 2^16; fix the asan...Kostya Serebryany
2013-01-23[asan] initialize kHighMemEnd at startup (instead of at compile time) to simp...Kostya Serebryany
2013-01-23[asan] simplify the code that poisons global redzones, add some more testsKostya Serebryany
2013-01-22[ASan] Disable the new/delete implementations for OSXAlexander Potapenko