- Jan 23, 2012
-
-
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
-
- Jan 16, 2012
-
-
Evgeniy Stepanov authored
llvm-svn: 148236
-
Alexey Samsonov authored
llvm-svn: 148235
-
Evgeniy Stepanov authored
llvm-svn: 148234
-
- Jan 13, 2012
-
-
Alexander Potapenko authored
and switches our interceptors to using them instead of the default vm_allocate-based approach used by mach_override_ptr. To simplify the code, a fixed memory mapping is used for the allocation pool -- note that we can't mmap an arbitrary chunk of memory, because the shadow memory hasn't been mapped yet (for the reasons discussed in http://code.google.com/p/address-sanitizer/issues/detail?id=24, we cannot map the shadow earlier) The patch drops the program startup time from several second to half a second, which speeds up the execution of ASan tests noticeably. Because of the virtual memory size occupied by the programs it's hard to speed up the shutdown time, which would've also helped the tests. llvm-svn: 148116
-
Alexander Potapenko authored
Add __asan_mach_override_ptr_custom, which allows to inject a custom memory allocator into mach_override_ptr(). llvm-svn: 148115
-
Alexander Potapenko authored
in asan_linux.cc, because /proc is unavailable on Mac. Instead the Mac version of AsanGetEnv iterates over the array of environment variables obtained from _NSGetEnviron() llvm-svn: 148114
-
- Jan 12, 2012
-
-
Anton Korobeynikov authored
Patch by Ruben Van Boxem! llvm-svn: 148048
-
- Jan 11, 2012
-
-
Evgeniy Stepanov authored
Protected by an #ifdef, disabled by default. llvm-svn: 147932
-
Alexey Samsonov authored
llvm-svn: 147930
-
Kostya Serebryany authored
llvm-svn: 147919
-
Kostya Serebryany authored
llvm-svn: 147916
-
Kostya Serebryany authored
llvm-svn: 147913
-
Kostya Serebryany authored
[asan] get rid of the scary TSD destructor code. Now, we store the leaky AsanThreadSummary in TSD and never remove it from there. llvm-svn: 147910
-
Kostya Serebryany authored
llvm-svn: 147896
-
- Jan 10, 2012
-
-
Kostya Serebryany authored
llvm-svn: 147878
-
Kostya Serebryany authored
llvm-svn: 147811
-
- Jan 09, 2012
-
-
Kostya Serebryany authored
[asan] temporary reinstate string.h/strings.h. Removal of those caused a Mac build failulre which I failed to observe before the commit llvm-svn: 147810
-
Kostya Serebryany authored
llvm-svn: 147809
-
Kostya Serebryany authored
llvm-svn: 147807
-
Kostya Serebryany authored
llvm-svn: 147796
-
Kostya Serebryany authored
llvm-svn: 147793
-
Kostya Serebryany authored
llvm-svn: 147792
-
Kostya Serebryany authored
llvm-svn: 147788
-