summaryrefslogtreecommitdiff
path: root/lib/asan/tests/asan_str_test.cc
AgeCommit message (Expand)Author
2017-06-01[asan] Add strndup/__strndup interceptors.Pierre Gousseau
2017-05-18Revert r302781 and subsequent attempts to disable part of it.Daniel Jasper
2017-05-11[asan] Recommit of r301904: Add strndup/__strndup interceptorsPierre Gousseau
2017-05-02Revert r301904 causing tsan test failure in x86_64-linux-autoconfPierre Gousseau
2017-05-02[asan] Add strndup/__strndup interceptors if targeting linux.Pierre Gousseau
2016-11-02[asan] Add more dynamic CRT mode testsReid Kleckner
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-21[compiler-rt] Fix memmove/memcpy overlap detection on windowsEtienne Bergeron
2016-02-24[tests] Portability fixup for r261713.Alexey Samsonov
2016-02-24[tests] Resolve old TODOs in ASan unit tests.Alexey Samsonov
2016-02-10Don't assume that there is only one strchr overload in the global namespace;Richard Smith
2015-04-06sanitizer: new "strict_string_checks" run-time flagDmitry Vyukov
2014-09-23[asan] Fix one test on Android-L.Evgeniy Stepanov
2014-09-15Avoid calling strtoll and atoll in asan_str_test.cc on Windows for nowEhsan Akhgari
2014-05-12[ASan tests] Use the proper attribute on RunStrChrTest helper functions to av...Timur Iskhodzhanov
2014-05-08[ASan tests] More progress towards Windows supportTimur Iskhodzhanov
2014-03-07[ASan] Better way to disable tests for functions unavailable on certain platf...Alexey Samsonov
2013-09-20[ASan] Fix compilation of asan_str_test.cc on non-Darwin.Alexander Potapenko
2013-09-20[ASan] Enforce the memmove semantics for both memcpy() and memmove() intercep...Alexander Potapenko
2013-09-08[ASan] turn on leak checking for ASan tests and fix a few discovered leaksAlexey Samsonov
2013-09-06Fix compiler warning introduced in r190022Alexey Samsonov
2013-09-05asan: Add a wcslen interceptor mirroring strlenReid Kleckner
2013-01-22[asan] split asan_test.cc even moreKostya Serebryany