- Feb 27, 2012
-
-
Evgeniy Stepanov authored
llvm-svn: 151526
-
- Feb 17, 2012
-
-
Alexey Samsonov authored
llvm-svn: 150802
-
- Feb 16, 2012
-
-
Evgeniy Stepanov authored
llvm-svn: 150689
-
- Feb 13, 2012
-
-
Evgeniy Stepanov authored
It is technically reachable on Android, where pthread_exit is not marked noreturn. llvm-svn: 150381
-
- Feb 08, 2012
-
-
Kostya Serebryany authored
llvm-svn: 150027
-
- Feb 07, 2012
-
-
Kostya Serebryany authored
llvm-svn: 149940
-
- Feb 01, 2012
-
-
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
llvm-svn: 149296
-
- Jan 30, 2012
-
-
Kostya Serebryany authored
llvm-svn: 149278
-
- 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 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
-
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
-
Alexey Samsonov authored
llvm-svn: 148287
-
- Jan 16, 2012
-
-
Alexey Samsonov authored
llvm-svn: 148235
-
Evgeniy Stepanov authored
llvm-svn: 148234
-
- Jan 04, 2012
-
-
Kostya Serebryany authored
llvm-svn: 147514
-
- Dec 28, 2011
-
-
Kostya Serebryany authored
[asan] enable memset/memcpy/memmove interceptors in asan-rt (in addition to those in the compiler module) llvm-svn: 147319
-
Kostya Serebryany authored
llvm-svn: 147317
-
Kostya Serebryany authored
llvm-svn: 147316
-
Kostya Serebryany authored
llvm-svn: 147315
-
Kostya Serebryany authored
llvm-svn: 147304
-
Kostya Serebryany authored
[asan] remove the test for cfree. 'man cfree' says: 'This function should never be used.' and this function is not found on many OSes we support. llvm-svn: 147301
-
- Dec 27, 2011
-
-
Kostya Serebryany authored
llvm-svn: 147297
-
- Dec 15, 2011
-
-
Kostya Serebryany authored
[asan] added a test to check that a global-buffer-overflow mentioned the module name; revert incorrect change in the test runner llvm-svn: 146701
-
- Dec 13, 2011
-
-
Kostya Serebryany authored
llvm-svn: 146501
-
- Dec 09, 2011
-
-
Kostya Serebryany authored
llvm-svn: 146203
-
- Dec 07, 2011
-
-
Kostya Serebryany authored
llvm-svn: 146075
-
- Dec 06, 2011
-
-
Kostya Serebryany authored
llvm-svn: 145953
-
- Nov 30, 2011
-
-
Kostya Serebryany authored
AddressSanitizer run-time library. Not yet integrated with the compiler-rt build system, but can be built using the old makefile. See details in README.txt llvm-svn: 145463
-