- Nov 23, 2012
-
-
Alexey Samsonov authored
llvm-svn: 168509
-
Alexey Samsonov authored
llvm-svn: 168508
-
Dmitry Vyukov authored
llvm-svn: 168506
-
- Nov 22, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 168497
-
Dmitry Vyukov authored
llvm-svn: 168496
-
Dmitry Vyukov authored
llvm-svn: 168491
-
- Nov 21, 2012
-
-
Kostya Serebryany authored
llvm-svn: 168426
-
Evgeniy Stepanov authored
llvm-svn: 168425
-
Kostya Serebryany authored
[asan/tsan] do not use __WORDSIZE macro, as it is glibc-private thing. Instead, define our own SANITIZER_WORDSIZE llvm-svn: 168424
-
Dmitry Vyukov authored
llvm-svn: 168423
-
Alexey Samsonov authored
[Sanitizer] replace while with internal_memset to make sure compiler won't replace it with library memset llvm-svn: 168422
-
Dmitry Vyukov authored
(do not execute synchronous signals in recursive interceptors) llvm-svn: 168421
-
- Nov 20, 2012
-
-
Kostya Serebryany authored
[asan] pop the two internal functions from the stack trace produced by _Unwind_Backtrace (Peter Bergner) llvm-svn: 168369
-
Kostya Serebryany authored
llvm-svn: 168358
-
Kostya Serebryany authored
llvm-svn: 168356
-
- Nov 19, 2012
-
-
Alexey Samsonov authored
[ASan] use raw Exit() to kill the program in case ASan finds an error while reporting the error in the same thread llvm-svn: 168308
-
Kostya Serebryany authored
llvm-svn: 168306
-
Alexey Samsonov authored
[ASan] change interface of GetAccumulatedStats() function to prevent Clang from inserting memcpy() call into runtime. llvm-svn: 168305
-
Kostya Serebryany authored
llvm-svn: 168301
-
- Nov 16, 2012
-
-
Alexey Samsonov authored
llvm-svn: 168170
-
Alexey Samsonov authored
UBSan: enable CMake build on Darwin. Fix two failing tests and disable the test which produces linker errors on Darwin. llvm-svn: 168169
-
Dmitry Vyukov authored
llvm-svn: 168151
-
Alexey Samsonov authored
llvm-svn: 168150
-
Alexey Samsonov authored
llvm-svn: 168146
-
- Nov 15, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 168060
-
Dmitry Vyukov authored
llvm-svn: 168059
-
Dmitry Vyukov authored
add interceptor for poll() in addition process signals in every atomic op in addition process signals in blocking libc functions llvm-svn: 168050
-
Alexander Potapenko authored
[ASan] Revert r168040 and r168043 and take a cleaner solution suggested by Kostya: return the known frame name for fake stack instead of looking it up. llvm-svn: 168046
-
Alexander Potapenko authored
llvm-svn: 168043
-
Alexander Potapenko authored
the beginning of the fake frame when reporting an use-after-return error. Fixes http://code.google.com/p/address-sanitizer/issues/detail?id=126 llvm-svn: 168040
-
Alexander Potapenko authored
The need for this has been reported by Jack Howarth (howarth@bromo.med.uc.edu) who's porting ASan-Darwin to GCC llvm-svn: 168032
-
- Nov 14, 2012
-
-
Richard Smith authored
Fix typo from code review (thanks to Alexey Samsonov). This is also caught by the existing tests when building for i386. llvm-svn: 167890
-
Richard Smith authored
Darwin. Patch by Jean-Daniel Dupas, tweaked by Jonathan Sauer, simplified somewhat by me. llvm-svn: 167889
-
Richard Smith authored
-fsanitize=undefined: Switch to using sanitizer_common for output. This gets us much closer to not depending on any system headers. llvm-svn: 167888
-
Kostya Serebryany authored
llvm-svn: 167883
-
- Nov 13, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 167835
-
Dmitry Vyukov authored
llvm-svn: 167834
-
Alexey Samsonov authored
llvm-svn: 167833
-
Dmitry Vyukov authored
llvm-svn: 167832
-
Alexey Samsonov authored
llvm-svn: 167823
-