- Dec 17, 2012
-
-
Kostya Serebryany authored
llvm-svn: 170329
-
Kostya Serebryany authored
llvm-svn: 170315
-
Kostya Serebryany authored
llvm-svn: 170313
-
Kostya Serebryany authored
llvm-svn: 170310
-
- Dec 15, 2012
-
-
Kostya Serebryany authored
[sanitizer] fix a bug that has crept into the sanitizer allocator and caused SEGV on allocations between 1Mb and 2Mb, improve the test llvm-svn: 170274
-
- Dec 14, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 170235
-
Alexey Samsonov authored
llvm-svn: 170208
-
Dmitry Vyukov authored
llvm-svn: 170207
-
Kostya Serebryany authored
llvm-svn: 170206
-
Dmitry Vyukov authored
llvm-svn: 170205
-
Evgeniy Stepanov authored
llvm-svn: 170204
-
Dmitry Vyukov authored
llvm-svn: 170202
-
Kostya Serebryany authored
llvm-svn: 170193
-
Dmitry Vyukov authored
llvm-svn: 170191
-
Kostya Serebryany authored
llvm-svn: 170190
-
Alexey Samsonov authored
[Sanitizer] use INTERCEPT_FUNCTION(foo) instead of CHECK(INTERCEPT_FUNCTION(foo)) - this check may fail on Linux if user program defines its own version of library function foo llvm-svn: 170189
-
Dmitry Vyukov authored
llvm-svn: 170187
-
Dmitry Vyukov authored
llvm-svn: 170186
-
Dmitry Vyukov authored
llvm-svn: 170185
-
Dmitry Vyukov authored
llvm-svn: 170184
-
- Dec 13, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 170131
-
Kostya Serebryany authored
llvm-svn: 170124
-
Alexey Samsonov authored
llvm-svn: 170123
-
Kostya Serebryany authored
[asan] extend overflow-in-qsort.cc to check both unwind kinds. One more test for SlowUnwind. Move both to Linux dir (no slow unwind on Mac) llvm-svn: 170122
-
Alexey Samsonov authored
llvm-svn: 170121
-
Alexey Samsonov authored
llvm-svn: 170120
-
Kostya Serebryany authored
llvm-svn: 170119
-
Kostya Serebryany authored
llvm-svn: 170118
-
Kostya Serebryany authored
[asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to allow using the slow CFI-based unwinder llvm-svn: 170117
-
Dmitry Vyukov authored
seems to cause some weird stack overflow llvm-svn: 170116
-
Alexey Samsonov authored
[Sanitizer] Add new header - sanitizer_platform_interceptors.h, which should define whether or not given function should be intercepted on a given platform. llvm-svn: 170115
-
Alexey Samsonov authored
llvm-svn: 170114
-
Dmitry Vyukov authored
llvm-svn: 170113
-
Alexey Samsonov authored
llvm-svn: 170112
-
Kostya Serebryany authored
llvm-svn: 170111
-
Richard Smith authored
llvm-svn: 170109
-
Richard Smith authored
bit-patterns which are not valid values for enumerated or boolean types. These checks are the ubsan analogue of !range metadata. llvm-svn: 170107
-
Kostya Serebryany authored
[sanitizer] replace size_t with SIZE_T in interceptors (same for ssize_t, off_t and off64_t). This is done to avoid confusion and to make the code work with compilers that define size_t w/o any includes (MSVC) llvm-svn: 170103
-
Kostya Serebryany authored
llvm-svn: 170101
-
Kostya Serebryany authored
llvm-svn: 170099
-