summaryrefslogtreecommitdiff
path: root/lib/asan
AgeCommit message (Expand)Author
2013-09-06[sanitizer] make the allocator crash instead of returning 0 on huge size (con...Kostya Serebryany
2013-09-05asan: Add a wcslen interceptor mirroring strlenReid Kleckner
2013-09-04[asan] add a test that demonstrates why the current use-after-return is not s...Kostya Serebryany
2013-09-04[asan] make use-after-return handle very deep recursion; fixes 483.xalancbmk ...Kostya Serebryany
2013-09-03[asan] Hopefully fix the RTL build on Windows (part 2)Timur Iskhodzhanov
2013-09-03[asan] attemping to fix the Windows buildKostya Serebryany
2013-09-03implement PR17059: more visible diagnostics for stack-buffer-overflowKostya Serebryany
2013-09-03[lsan] Colorize LSan reports.Sergey Matveev
2013-09-03ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not pro...Alexey Samsonov
2013-09-03fix PR17061 (and pleeease, don't ask me for a test, this is just a minor outp...Kostya Serebryany
2013-09-02[ASan] Make blacklist test more robustAlexey Samsonov
2013-09-02Improve collecting malloc stats in ASanAlexey Samsonov
2013-08-28[asan]: fix a CHECK failure in use-after-return mode; enable and fix stack-us...Kostya Serebryany
2013-08-28Generate list of symbols exported from sanitizer runtimes only on 64-bit UnixAlexey Samsonov
2013-08-27Properly generate lists of exported symbols for sanitizer runtimesAlexey Samsonov
2013-08-27cmake: fix the compiler-rt build with MSVCHans Wennborg
2013-08-16[ASan/RTL] Disable colored reporting on WindowsTimur Iskhodzhanov
2013-08-16[ASan/RTL] Disable alloc_dealloc_mismatch by default on WindowsTimur Iskhodzhanov
2013-08-13[ASan/Win] Oops, forgot to add the attributes to the memory allocations funct...Timur Iskhodzhanov
2013-08-13[ASan/Win] Hook some memory allocation functions; passes simple sanity test nowTimur Iskhodzhanov
2013-08-13[ASan/Win] Add the first version of the RTL thunk that should be linked with ...Timur Iskhodzhanov
2013-08-13Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov
2013-08-12[sanitizer] Intercept poll/ppoll.Evgeniy Stepanov
2013-08-09[tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar
2013-08-08[sanitizer] ASan/MSan tests for r187967.Evgeniy Stepanov
2013-08-07ASan: fix one more test case for pipefailAlexey Samsonov
2013-08-07Distinguish 32-bit ASan from 64-bit ASan in lit configsAlexey Samsonov
2013-08-07Enable pipefail for ASan testsAlexey Samsonov
2013-08-01[lsan] Add leak_check_at_exit flag.Sergey Matveev
2013-07-30[asan] Limit fake stack size to a reasonable value when running with unlimite...Evgeniy Stepanov
2013-07-26disable pipefail on asan for now.Rafael Espindola
2013-07-22[lsan] Make __lsan_do_leak_check() honor the detect_leaks flag.Sergey Matveev
2013-07-18Use --driver-mode=g++ instead of -ccc-cxx; required after Clang r186605Hans Wennborg
2013-07-18[ASan] Fix leaks in ASan tests found by LSanAlexey Samsonov
2013-07-16[Sanitizer] move strcpy and strncpy to common interceptorsAlexey Samsonov
2013-07-16[ASan] Use less shadow on Win 32-bitTimur Iskhodzhanov
2013-07-16[ASan] Cache the OSX version to avoid calling sysctl() on every GetMacosVersi...Alexander Potapenko
2013-07-16[ASan] Add support for OS X Mavericks to GetMacosVersion.Alexander Potapenko
2013-07-15Fix check_lint warnings in sanitizers' runtime librariesTimur Iskhodzhanov
2013-07-11Fix a veritable conucopia of bugs in the readdir_r interceptors.Chandler Carruth
2013-07-10Fix a bug in the readdir_r interceptor: when we reach the end of theChandler Carruth
2013-07-09[asan] Update blacklists to use categories.Peter Collingbourne
2013-07-09[sanitizer] Support GLOB_ALTDIRFUNC in glob interceptor.Evgeniy Stepanov
2013-07-09[sanitizer] Intercept realpath and canonicalize_file_name.Evgeniy Stepanov
2013-07-09[asan] Fix windows build.Evgeniy Stepanov
2013-07-08[lsan] Handle fork() correctly.Sergey Matveev
2013-07-04[ASan] Close stderr before launching atos in asan_symbolize.pyAlexander Potapenko
2013-07-04[ASan] Do not protect the malloc zone created by malloc_zone_create() on Snow...Alexander Potapenko
2013-07-01[ASan] try to fix Windows buildAlexey Samsonov
2013-07-01[ASan] Properly disable strict init-order checking when pthread_create is calledAlexey Samsonov