- May 22, 2013
-
-
Alexey Samsonov authored
llvm-svn: 182465
-
Kostya Serebryany authored
llvm-svn: 182463
-
Kostya Serebryany authored
[asan] attempting to fix the debian bot (on ubuntu the test builds; on debian it complains that _SC_PAGESIZE is unknown) llvm-svn: 182462
-
Kostya Serebryany authored
[asan] fix dlclose-test to work with non-4K pages. Properly disable interface_symbols_linux on non-x86 llvm-svn: 182461
-
Kostya Serebryany authored
[asan] workaround for asan bug 189 (swapcontext followed by throw gets OOM kill). Also, disable swapcontext_test on non-x86. Fix lint llvm-svn: 182456
-
- May 21, 2013
-
-
Sergey Matveev authored
Keeps it consistent between ASan and LSan. llvm-svn: 182399
-
Sergey Matveev authored
llvm-svn: 182389
-
Sergey Matveev authored
llvm-svn: 182384
-
Sergey Matveev authored
Also, define CAN_SANITIZE_LEAKS. llvm-svn: 182383
-
Alexey Samsonov authored
llvm-svn: 182382
-
Alexey Samsonov authored
llvm-svn: 182380
-
Sergey Matveev authored
llvm-svn: 182379
-
Sergey Matveev authored
llvm-svn: 182378
-
Alexey Samsonov authored
llvm-svn: 182365
-
Alexey Samsonov authored
[ASan] Don't run fast unwinder tests on 32-bit Linux as fast unwinder may be unexpectedly smart on some hosts llvm-svn: 182363
-
Alexey Samsonov authored
llvm-svn: 182360
-
Alexey Samsonov authored
llvm-svn: 182355
-
Evgeniy Stepanov authored
llvm-svn: 182353
-
- May 20, 2013
-
-
Timur Iskhodzhanov authored
See https://code.google.com/p/address-sanitizer/issues/detail?id=187 for the details llvm-svn: 182255
-
Sergey Matveev authored
We need this to avoid races when ASan and LSan are used together. llvm-svn: 182252
-
Timur Iskhodzhanov authored
Also fix wrong alignment maths and an outdated comment llvm-svn: 182238
-
Kostya Serebryany authored
[sanitizer] factor out ByteMap from SizeClassAllocator32 so that it can be later replaced with a more memory-efficient implementation on 64-bit. llvm-svn: 182234
-
- May 18, 2013
-
-
Timur Iskhodzhanov authored
llvm-svn: 182198
-
- May 17, 2013
-
-
Peter Collingbourne authored
Before, we had an unused internal_getpid function for Linux, and a platform-independent GetPid function. To make the naming conventions consistent for syscall-like functions, the GetPid syscall wrapper in sanitizer_posix.cc is moved to sanitizer_mac.cc, and GetPid is renamed to internal_getpid, bringing the Linux variant into use. llvm-svn: 182132
-
Peter Collingbourne authored
Introduce a new object library, RTSanitizerCommonLibc, which will contain the subset of sanitizer_common with libc dependencies. RTSanitizerCommon contains the remainder of sanitizer_common, and is intended to have no libc dependencies. Begin moving code to RTSanitizerCommonLibc, starting with sanitizer_common.cc, whose libc-dependent portion is moved to sanitizer_common_libcdep.cc, the first member of the new library. This split affects the CMake build only. The makefile build continues to produce the full sanitizer_common library. llvm-svn: 182118
-
Alexander Potapenko authored
[ASan] Make the regression test for time(NULL) Linux-specific, as it crashes on Darwin (and the problem used to occur on Linux). Do not use zero-based shadow for the time() test. llvm-svn: 182107
-
Alexander Potapenko authored
[ASan] Fix allow_user_segv.cc on Darwin (32-bit build required a SIGBUS handler instead of the SIGSEGV one) llvm-svn: 182080
-
- May 16, 2013
-
-
Alexander Potapenko authored
llvm-svn: 182010
-
Alexander Potapenko authored
llvm-svn: 182008
-
Kostya Serebryany authored
[asan] symbolize when possible, even if ASAN_SYMBOLIZER_PATH is not provided. On Linux this will use dl_iterate_phdr instead of /proc/self/maps, even if the symbolizer is not installed llvm-svn: 182005
-
Kostya Serebryany authored
llvm-svn: 181991
-
- May 15, 2013
-
-
Kostya Serebryany authored
llvm-svn: 181890
-
Kostya Serebryany authored
llvm-svn: 181881
-
- May 14, 2013
-
-
Evgeniy Stepanov authored
llvm-svn: 181790
-
- May 08, 2013
-
-
Sergey Matveev authored
llvm-svn: 181429
-
Sergey Matveev authored
llvm-svn: 181424
-
- May 06, 2013
-
-
Sergey Matveev authored
Some flags that are common to ASan/MSan/TSan/LSan have been moved to sanitizer_common. llvm-svn: 181193
-
- Apr 25, 2013
-
-
Alexey Samsonov authored
llvm-svn: 180255
-
- Apr 23, 2013
-
-
Alexey Samsonov authored
[ASan] Disable strict-init-order checker once we have more than one thread, as this mode is thread-hostile llvm-svn: 180106
-
Alexander Potapenko authored
llvm-svn: 180097
-