- Jun 03, 2013
-
-
Sergey Matveev authored
Objects allocated after a call to __lsan_disable() will be treated as live memory. Also add a ScopedDisabler. llvm-svn: 183099
-
- May 31, 2013
-
-
Alexander Potapenko authored
llvm-svn: 183006
-
Sergey Matveev authored
llvm-svn: 182994
-
- May 30, 2013
-
-
Kostya Serebryany authored
[sanitizer] introduce LargeMmapAllocator::GetBlockBeginFastSingleThreaded, required for LeakSanitizer to work faster. Also fix lint. llvm-svn: 182917
-
Alexander Potapenko authored
llvm-svn: 182915
-
- May 29, 2013
-
-
Timur Iskhodzhanov authored
llvm-svn: 182868
-
Sergey Matveev authored
llvm-svn: 182862
-
Sergey Matveev authored
llvm-svn: 182858
-
Timur Iskhodzhanov authored
llvm-svn: 182857
-
Sergey Matveev authored
This CL enables thread support in LSan when used on top of ASan. llvm-svn: 182854
-
Evgeniy Stepanov authored
llvm-svn: 182835
-
- May 27, 2013
-
-
Sergey Matveev authored
In this CL all old tests are removed and one LIT test is added. llvm-svn: 182730
-
Alexey Samsonov authored
Now compiler-rt tests run correctly if compiler-rt is checked out into arbitrary directory (not necessarily projects/compiler-rt). Patch by Greg Fitzgerald! llvm-svn: 182726
-
- May 24, 2013
-
-
Alexey Samsonov authored
We don't want to report initialization-order bugs when a destructor of a global variable accesses dynamically initialized global from another (not necessarily initialized) module. We do this by intercepting __cxa_atexit and registrering our own callback that unpoisons shadow for all dynamically initialized global variables. llvm-svn: 182637
-
- May 23, 2013
-
-
Alexander Potapenko authored
[ASan] Rename __asan_preinit to __local_asan_preinit to avoid warnings from the linker which is trying to export all the __asan_* symbols llvm-svn: 182567
-
- May 22, 2013
-
-
Kostya Serebryany authored
llvm-svn: 182477
-
Alexey Samsonov authored
llvm-svn: 182470
-
Alexey Samsonov authored
llvm-svn: 182465
-
Kostya Serebryany authored
llvm-svn: 182463
-
Kostya Serebryany authored
[asan] attempting to fix the debian bot (on ubuntu the test builds; on debian it complains that _SC_PAGESIZE is unknown) llvm-svn: 182462
-
Kostya Serebryany authored
[asan] fix dlclose-test to work with non-4K pages. Properly disable interface_symbols_linux on non-x86 llvm-svn: 182461
-
Kostya Serebryany authored
[asan] workaround for asan bug 189 (swapcontext followed by throw gets OOM kill). Also, disable swapcontext_test on non-x86. Fix lint llvm-svn: 182456
-
- May 21, 2013
-
-
Sergey Matveev authored
Keeps it consistent between ASan and LSan. llvm-svn: 182399
-
Sergey Matveev authored
llvm-svn: 182389
-
Sergey Matveev authored
llvm-svn: 182384
-
Sergey Matveev authored
Also, define CAN_SANITIZE_LEAKS. llvm-svn: 182383
-
Alexey Samsonov authored
llvm-svn: 182382
-
Alexey Samsonov authored
llvm-svn: 182380
-
Sergey Matveev authored
llvm-svn: 182379
-
Sergey Matveev authored
llvm-svn: 182378
-
Alexey Samsonov authored
llvm-svn: 182365
-
Alexey Samsonov authored
[ASan] Don't run fast unwinder tests on 32-bit Linux as fast unwinder may be unexpectedly smart on some hosts llvm-svn: 182363
-
Alexey Samsonov authored
llvm-svn: 182360
-
Alexey Samsonov authored
llvm-svn: 182355
-
Evgeniy Stepanov authored
llvm-svn: 182353
-
- May 20, 2013
-
-
Timur Iskhodzhanov authored
See https://code.google.com/p/address-sanitizer/issues/detail?id=187 for the details llvm-svn: 182255
-
Sergey Matveev authored
We need this to avoid races when ASan and LSan are used together. llvm-svn: 182252
-
Timur Iskhodzhanov authored
Also fix wrong alignment maths and an outdated comment llvm-svn: 182238
-
Kostya Serebryany authored
[sanitizer] factor out ByteMap from SizeClassAllocator32 so that it can be later replaced with a more memory-efficient implementation on 64-bit. llvm-svn: 182234
-
- May 18, 2013
-
-
Timur Iskhodzhanov authored
llvm-svn: 182198
-