- Apr 10, 2012
-
-
Alexander Potapenko authored
From now on we allow the clients to override signal handlers set by ASan, but print a warning in such a case. Remove the tests for signal() and sigaction(), because they made little sense even without this change. llvm-svn: 154390
-
- Apr 09, 2012
-
-
Timur Iskhodzhanov authored
llvm-svn: 154314
-
- Mar 30, 2012
-
-
Alexander Potapenko authored
llvm-svn: 153762
-
- Mar 29, 2012
-
-
Alexey Samsonov authored
llvm-svn: 153637
-
- Mar 28, 2012
-
-
Kostya Serebryany authored
llvm-svn: 153601
-
Kostya Serebryany authored
llvm-svn: 153586
-
- Mar 26, 2012
-
-
Alexey Samsonov authored
llvm-svn: 153444
-
- Mar 24, 2012
-
-
Alexey Samsonov authored
llvm-svn: 153376
-
- Mar 23, 2012
-
-
Timur Iskhodzhanov authored
llvm-svn: 153333
-
Timur Iskhodzhanov authored
llvm-svn: 153332
-
- Mar 21, 2012
-
-
Kostya Serebryany authored
llvm-svn: 153190
-
- Mar 16, 2012
-
-
Kostya Serebryany authored
llvm-svn: 152953
-
- Mar 10, 2012
-
-
Kostya Serebryany authored
llvm-svn: 152467
-
- Mar 09, 2012
-
-
Kostya Serebryany authored
llvm-svn: 152362
-
- Mar 02, 2012
-
-
Evgeniy Stepanov authored
llvm-svn: 151888
-
- Feb 27, 2012
-
-
Alexander Potapenko authored
Introduce __asan_set_error_report_callback() to allow the client program post-process the error reports. If the callback is set, Report() and Printf() print the reports into a buffer (together with stderr), which is then passed to the client. llvm-svn: 151528
-
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
-
-
Kostya Serebryany authored
llvm-svn: 150414
-
Evgeniy Stepanov authored
It is technically reachable on Android, where pthread_exit is not marked noreturn. llvm-svn: 150381
-
Alexey Samsonov authored
llvm-svn: 150367
-
Alexey Samsonov authored
llvm-svn: 150366
-
- Feb 08, 2012
-
-
Kostya Serebryany authored
llvm-svn: 150101
-
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: 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: 149278
-
- Jan 26, 2012
-
-
Alexander Potapenko authored
These should fix the output tests on Mac. llvm-svn: 149068
-
- 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: 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 18, 2012
-
-
Alexey Samsonov authored
llvm-svn: 148394
-
- 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
-