index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
sanitizer_common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use /usr/bin/env to find python
Ed Maste
2015-05-28
2
-2
/
+2
*
[sanitizer] More string interceptors: strstr, strcasestr, strspn, strcspn, st...
Yury Gribov
2015-05-28
3
-0
/
+108
*
[sanitizer] Recognize static TLS in __tls_get_addr interceptor.
Evgeniy Stepanov
2015-05-16
3
-3
/
+16
*
Include missing 'sanitizer_platform_limits_posix.h'
Ismail Pazarbasi
2015-05-12
1
-0
/
+1
*
Call system's sigfillset and sigprocmask functions from sanitizers
Ismail Pazarbasi
2015-05-12
1
-0
/
+7
*
Sanitizers: Implement `GetRSS` on Mac OS X
Ismail Pazarbasi
2015-05-12
1
-3
/
+12
*
[sanitizer] Update "sancov.py missing" to allow __sanitizer_cov_with_check().
Sergey Matveev
2015-05-12
1
-1
/
+5
*
[Msan] Fix the if_indextoname.cc test to pass on FreeBSD
Viktor Kutuzov
2015-05-11
1
-1
/
+2
*
[asan/fuzzer] define a dummy weak __sanitizer_cov_trace_cmp
Kostya Serebryany
2015-05-08
1
-0
/
+3
*
Intercept scandir() on FreeBSD
Viktor Kutuzov
2015-05-07
1
-1
/
+2
*
Intercept rand_r() on FreeBSD
Viktor Kutuzov
2015-05-07
1
-1
/
+2
*
[sanitizer] Extend sancov.py to show which PCs are missing from coverage.
Sergey Matveev
2015-05-06
1
-4
/
+41
*
[asan] Fall back to /proc/$PID/maps on Android L.
Evgeniy Stepanov
2015-05-06
3
-4
/
+45
*
[Msan] Fix the ioctl_custom.cc test to pass on FreeBSD
Viktor Kutuzov
2015-05-06
1
-14
/
+6
*
[Msan] Fix the ifaddrs.cc test to build and pass on FreeBSD
Viktor Kutuzov
2015-05-06
1
-1
/
+2
*
[ASan][MIPS] Fix null_deref.cc test on MIPS64
Sagar Thakur
2015-05-06
1
-1
/
+1
*
[sanitizer][MIPS] Implement clone for MIPS
Sagar Thakur
2015-05-06
1
-3
/
+63
*
[asan] Fix dynamic-runtime tests.
Evgeniy Stepanov
2015-05-06
1
-2
/
+3
*
[asan] Use a version script to limit the symbols exported by the ASan shared ...
Evgeniy Stepanov
2015-05-05
1
-4
/
+17
*
[asan] fix IsDeadlySignal
Kostya Serebryany
2015-05-05
1
-2
/
+2
*
Disable exceptions with Clang on Windows in lib/sanitizer-common/tests
Reid Kleckner
2015-05-05
1
-2
/
+7
*
[asan] under handle_abort=1 option intercept SIGABRT in addition to SIGSEGV/S...
Kostya Serebryany
2015-05-05
3
-2
/
+6
*
[asancov] Fix coverage reserving 4x the necessary amount of memory on fork.
Evgeniy Stepanov
2015-05-01
1
-1
/
+2
*
[asan] Use dl_iterate_phdr on Android.
Evgeniy Stepanov
2015-04-28
1
-9
/
+19
*
[Msan] Fix the getline.cc test to pass on FreeBSD
Viktor Kutuzov
2015-04-28
2
-18
/
+26
*
[asan] Fix ASan build on Android/AArch64.
Evgeniy Stepanov
2015-04-27
2
-3
/
+25
*
[Msan] Fix the iconv.cc test to build and pass on FreeBSD
Viktor Kutuzov
2015-04-25
2
-1
/
+2
*
[ASan/Win] Increase the size of the PC array for coverage on Windows
Timur Iskhodzhanov
2015-04-24
1
-2
/
+3
*
[Msan] XFAIL the ftime.cc test on FreeBSD
Viktor Kutuzov
2015-04-24
1
-1
/
+1
*
[Msan] Fix the backtrace.cc tests to build and pass on FreeBSD
Viktor Kutuzov
2015-04-24
1
-1
/
+1
*
[Sanitizers] Do not call internal_sigdelset() on non-Linux
Viktor Kutuzov
2015-04-24
1
-0
/
+2
*
[Sanitizer coverage] Print out the error number if OpenFile fails
Timur Iskhodzhanov
2015-04-23
1
-2
/
+4
*
[ASan/Win] Initialize sandbox-related stuff when asked to
Timur Iskhodzhanov
2015-04-23
1
-2
/
+3
*
[ASan/Win] Don't forget to set *last_error if OpenFile fails
Timur Iskhodzhanov
2015-04-23
1
-0
/
+2
*
tsan: support setuid call
Dmitry Vyukov
2015-04-23
1
-0
/
+3
*
[sanitizer] Plug a memory leak in symbolization code.
Sergey Matveev
2015-04-21
1
-0
/
+1
*
Cast an argument to mprotect syscall to uptr to fix X32
Timur Iskhodzhanov
2015-04-13
1
-1
/
+1
*
[Sanitizer] Merge POSIXSymbolizer and WinSymbolizer
Kuba Brecka
2015-04-11
3
-29
/
+18
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
2
-14
/
+15
*
Split Mprotect into MmapNoAccess and MprotectNoAccess to be more portable
Timur Iskhodzhanov
2015-04-10
10
-8
/
+32
*
[ASan/Win] Add more support for file operations
Timur Iskhodzhanov
2015-04-09
4
-52
/
+32
*
Use error_t rather than int in a couple of places where we handle files
Timur Iskhodzhanov
2015-04-09
2
-2
/
+2
*
Use RenameFile instead of internal_rename in non-POSIX code
Timur Iskhodzhanov
2015-04-09
6
-7
/
+14
*
Use WriteToFile instead of internal_write in non-POSIX code
Timur Iskhodzhanov
2015-04-09
8
-30
/
+52
*
Use ReadFromFile instead of internal_read in non-POSIX code
Timur Iskhodzhanov
2015-04-09
6
-7
/
+22
*
Move more POSIX-specific functions to sanitizer_posix.h
Timur Iskhodzhanov
2015-04-09
5
-32
/
+13
*
Introduce CloseFile to be used instead of internal_close on non-POSIX
Timur Iskhodzhanov
2015-04-09
9
-19
/
+24
*
Replace a hard-coded constant with a named one
Timur Iskhodzhanov
2015-04-09
1
-1
/
+1
*
[Sanitizer] Get rid of PlatformGetListOfModules
Kuba Brecka
2015-04-09
5
-130
/
+115
*
[ASan] Only include rpc headers if they are available.
Yury Gribov
2015-04-09
3
-2
/
+16
[next]