- Feb 02, 2012
-
-
Alexey Samsonov authored
llvm-svn: 149602
-
- Feb 01, 2012
-
-
Alexander Potapenko authored
actually falls back to memmove. In this case we still need to initialize real_memcpy, so we set it to real_memmove We check for MACOS_VERSION_SNOW_LEOPARD, because currently only Snow Leopard and Lion are supported. llvm-svn: 149492
-
Alexander Potapenko authored
where memcpy() in fact aliases memmove() and thus calling it with overlapping parameters is not an error. llvm-svn: 149491
-
- Jan 31, 2012
-
-
Kostya Serebryany authored
[asan] fix the wrong __WORDSIZE definition on Win x64, add ASAN_INTERFACE_FUNCTION_ATTRIBUTE. Patch by timurrrr@google.com llvm-svn: 149395
-
Kostya Serebryany authored
llvm-svn: 149392
-
Alexander Potapenko authored
llvm-svn: 149382
-
Kostya Serebryany authored
llvm-svn: 149330
-
Kostya Serebryany authored
llvm-svn: 149306
-
Kostya Serebryany authored
llvm-svn: 149302
-
Kostya Serebryany authored
llvm-svn: 149296
-
- Jan 30, 2012
-
-
Kostya Serebryany authored
llvm-svn: 149281
-
Kostya Serebryany authored
llvm-svn: 149278
-
Kostya Serebryany authored
llvm-svn: 149274
-
Alexey Samsonov authored
llvm-svn: 149247
-
Alexander Potapenko authored
llvm-svn: 149245
-
- Jan 27, 2012
-
-
Alexander Potapenko authored
Patch by Timur Iskhodzhanov (timurrrr@google.com) To test: $ cl /c *.c* in the asan directory. The code fails to link if you omit the "/c" part but that's one of the next steps, as well as a few TODO's I've put into the Windows-specific code. llvm-svn: 149130
-
Alexander Potapenko authored
Patch by Timur Iskhodzhanov (timurrrr@google.com) The double-extern thing is http://llvm.org/bugs/show_bug.cgi?id=11869 And the #include <string[s].h> are only needed on Mac (see comments in the original code) and also including them might make strchr/index conflict with the g++ system headers (which don't follow the man pages, ouch!) llvm-svn: 149129
-
- Jan 26, 2012
-
-
Alexander Potapenko authored
These should fix the output tests on Mac. llvm-svn: 149068
-
Alexander Potapenko authored
More Linux-like output on Mac (to match more output tests). llvm-svn: 149064
-
Alexander Potapenko authored
Fix a bug in AsanProcMaps on Mac: on 64 bits the program was trying to read twice as many segment load commands as the binary actually contained. llvm-svn: 149063
-
- Jan 24, 2012
-
-
Alexander Potapenko authored
Add the DEBUG flag to test_output.sh llvm-svn: 148798
-
- Jan 23, 2012
-
-
Kostya Serebryany authored
llvm-svn: 148726
-
Kostya Serebryany authored
llvm-svn: 148714
-
Alexander Potapenko authored
This should fix http://code.google.com/p/address-sanitizer/issues/detail?id=10 llvm-svn: 148696
-
Alexander Potapenko authored
Normally this function should not create copies of constant strings, but it does when the default CFAllocator is replaced (e.g. under AddressSanitizer) This test is related to http://code.google.com/p/address-sanitizer/issues/detail?id=10 llvm-svn: 148695
-
- Jan 19, 2012
-
-
Evgeniy Stepanov authored
By scanning the thread list backwards. llvm-svn: 148476
-
Evgeniy Stepanov authored
llvm-svn: 148475
-
Alexander Potapenko authored
llvm-svn: 148474
-
Alexander Potapenko authored
-- make the load command scan linear (instead of quadratic) -- do not create a nested AsanProcMaps instance for each address lookup -- more comments llvm-svn: 148472
-
Evgeniy Stepanov authored
The change removes the unused FLAG_fast_unwind, and forces EHABI-based unwind on ARM, and fast (FP-based) unwind everywhere else. llvm-svn: 148468
-
- Jan 18, 2012
-
-
Alexey Samsonov authored
llvm-svn: 148394
-
Alexander Potapenko authored
llvm-svn: 148386
-
Alexander Potapenko authored
Implement AsanProcMaps for Mac OS. The code from sysinfo/ is not needed anymore and should be cleaned up. llvm-svn: 148385
-
- Jan 17, 2012
-
-
http://llvm.org/bugs/show_bug.cgi?id=11763Kostya Serebryany authored
[asan] workaround for bug http://llvm.org/bugs/show_bug.cgi?id=11763. Do not bark on memcpy(a, a, size). llvm-svn: 148318
-
Kostya Serebryany authored
llvm-svn: 148311
-
Alexey Samsonov authored
llvm-svn: 148305
-
Alexey Samsonov authored
AddressSanitizer: from this patch, ASan allocator returns false for __asan_get_ownership(NULL) and produce error reports for malloc_usable_size(NULL) and __asan_get_allocated_size(NULL) llvm-svn: 148304
-
Alexander Potapenko authored
llvm-svn: 148303
-
Alexey Samsonov authored
llvm-svn: 148287
-
Alexey Samsonov authored
llvm-svn: 148286
-