| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to reflect the new license.
We understand that people may be surprised that we're moving the header
entirely to discuss the new license. We checked this carefully with the
Foundation's lawyer and we believe this is the correct approach.
Essentially, all code in the project is now made available by the LLVM
project under our new license, so you will see that the license headers
include that license only. Some of our contributors have contributed
code under our old license, and accordingly, we have retained a copy of
our old license notice in the top-level files in each project and
repository.
llvm-svn: 351636
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
Do not include <malloc.h> on NetBSD, as this header
serves on this OS backward compatibility with K&R alias
for <stdlib.h>.
Sponsored by <The NetBSD Foundation>
Reviewers: vitalybuka, kcc, joerg, filcab, fjricci
Reviewed By: vitalybuka
Subscribers: kubamracek, llvm-commits, #sanitizers
Tags: #sanitizers
Differential Revision: https://reviews.llvm.org/D36469
llvm-svn: 310391
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It's used in asan_test.cc also on Windows, and my build was failing
with:
C:/src/llvm/projects/compiler-rt/lib/asan/tests/asan_test.cc:549:28: error: unknown type name 'jmp_buf'
NOINLINE void LongJmpFunc1(jmp_buf buf) {
^
C:/src/llvm/projects/compiler-rt/lib/asan/tests/asan_test.cc:569:10: error: unknown type name 'jmp_buf'
static jmp_buf buf;
^
I couldn't find what changed to make this not work anymore, but this should fix
it.
llvm-svn: 303273
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
Make kLargeMalloc big enough to be handled by secondary allocator
and small enough to fit into quarantine for all configurations.
It become too big to fit into quarantine on Android after D27873.
Reviewers: eugenis
Patch by Alex Shlyapnikov.
Subscribers: danalbert, llvm-commits, kubabrecka
Differential Revision: https://reviews.llvm.org/D28142
llvm-svn: 290689
|
|
|
|
|
|
|
|
| |
gtest.h conditional
Reviewed at http://reviews.llvm.org/D3744
llvm-svn: 208696
|
|
|
|
|
|
| |
Reviewed at http://reviews.llvm.org/D3725
llvm-svn: 208674
|
|
|
|
|
|
| |
building on Windows
llvm-svn: 208306
|
|
|
|
|
|
| |
Patch by Viktor Kutuzov!
llvm-svn: 202801
|
|
|
|
|
|
| |
stack buffer overflows in another test
llvm-svn: 196375
|
|
|
|
| |
llvm-svn: 196374
|
|
|
|
|
|
| |
stack buffer overflows in another test
llvm-svn: 196373
|
|
|
|
|
|
| |
-I sanitizer_common/tests to asan/tests/CMakeLists.txt
llvm-svn: 175142
|
|
|
|
| |
llvm-svn: 173336
|
|
|
|
| |
llvm-svn: 173251
|
|
|
|
| |
llvm-svn: 173130
|
|
|
|
|
|
| |
building with a debug clang, which takes a couple of minutes on this large file with templates). More splits to follow
llvm-svn: 173129
|
|
|
|
|
|
|
|
|
| |
Move my_rand() to the common header.
This lets us avoid the use of rand_r in sanitizer_common tests.
There is no rand_r on Android.
llvm-svn: 172421
|
|
|
|
|
|
| |
these functions are inserted by the instrumentation pass in use-after-scope mode
llvm-svn: 169201
|
|
|
|
| |
llvm-svn: 169121
|
|
|
|
|
|
| |
pthread_create/pthread_join. Also add the ASAN_AVOID_EXPENSIVE_TESTS macro to guard the test that creates too many threads
llvm-svn: 169118
|
|
|
|
| |
llvm-svn: 168992
|
|
|
|
| |
llvm-svn: 168990
|
|
|
|
|
|
| |
Instead, define our own SANITIZER_WORDSIZE
llvm-svn: 168424
|
|
|
|
|
|
| |
instead of 'char* strchr(const char*, int)'
llvm-svn: 166101
|
|
|
|
|
|
| |
compiler
llvm-svn: 166099
|
|
|
|
|
|
| |
asan_test_config.h file
llvm-svn: 164821
|
|
|
|
| |
llvm-svn: 162909
|
|
|
|
| |
llvm-svn: 153333
|
|
build system, but can be built using the old makefile. See details in README.txt
llvm-svn: 145463
|