index
:
delta/compiler-rt.git
google/stable
google/testing
master
release_30
release_32
release_33
release_34
release_35
release_35@215014
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
sanitizer_common
Commit message (
Expand
)
Author
Age
Files
Lines
*
[sanitizer_common] Always use posix_spawn on Darwin
Julian Lettner
2019-08-15
1
-1
/
+2
*
[sanitizer_common] Replace forkpty with posix_spawn on Darwin
Julian Lettner
2019-08-15
6
-92
/
+99
*
[Sanitizer] Reenable getusershell interception
David Carlier
2019-08-10
1
-1
/
+1
*
[Sanitizer][Darwin] Add interceptor for malloc_zone_from_ptr
Julian Lettner
2019-08-09
1
-1
/
+10
*
[sanitizer] Update symbolizer/scripts/global_symbols.txt
Benjamin Kramer
2019-08-09
1
-0
/
+5
*
[compiler-rt] Add ConsumeProbability and ConsumeFloatingPoint methods to FDP.
Max Moroz
2019-08-08
1
-1
/
+1
*
Sync ioctl(2) list with NetBSD 9.99.3
Kamil Rytarowski
2019-08-08
3
-7
/
+127
*
[Sanitizer] little typo
David Carlier
2019-08-06
1
-1
/
+1
*
[Sanitizer] Linux explicitally migrate shadow mapping to Transparent Huge Page
David Carlier
2019-08-06
3
-8
/
+6
*
[compiler-rt] Rename FuzzedDataProvider.h to .hpp and other minor changes.
Max Moroz
2019-08-06
1
-1
/
+1
*
[compiler-rt] Implement getrandom interception
Vitaly Buka
2019-08-06
3
-0
/
+30
*
[Sanitizer] Linux refactor shadow huge page mode handling
David Carlier
2019-08-05
3
-4
/
+6
*
[compiler-rt] Move FDP to include/fuzzer/FuzzedDataProvider.h for easier use.
Max Moroz
2019-08-05
1
-1
/
+3
*
compiler-rt: Rename cc files below test/asan to cpp
Nico Weber
2019-08-05
1
-2
/
+2
*
compiler-rt: Rename .cc file in test/lsan to .cpp
Fangrui Song
2019-08-05
1
-1
/
+1
*
[sanitizer_common][tests] Fix SanitizerCommon-Unit :: ./Sanitizer-*-Test/Sani...
Rainer Orth
2019-08-02
1
-0
/
+5
*
compiler-rt: Rename .cc file in test/tsan to .cpp
Fangrui Song
2019-08-02
1
-1
/
+1
*
Remove a few straggler ".cc"s in compiler-rt/lib
Nico Weber
2019-08-01
3
-3
/
+3
*
compiler-rt: Rename .cc file in lib/tsan/tests/{rtl,unit} to .cpp
Nico Weber
2019-08-01
1
-2
/
+2
*
compiler-rt: Rename .cc file in lib/tsan/rtl to .cpp
Nico Weber
2019-08-01
1
-1
/
+1
*
compiler-rt: Rename .cc file in lib/msan to .cpp
Nico Weber
2019-08-01
1
-1
/
+1
*
compiler-rt: Rename .cc file in lib/lsan to .cpp
Nico Weber
2019-08-01
1
-1
/
+1
*
compiler-rt: Rename .cc file in lib/asan/tests to .cpp
Nico Weber
2019-08-01
1
-1
/
+1
*
compiler-rt: Rename .cc file in lib/asan to .cpp
Nico Weber
2019-08-01
1
-1
/
+1
*
Try to heal bots after r367551
Nico Weber
2019-08-01
1
-1
/
+1
*
compiler-rt: Try to appease lint script.
Nico Weber
2019-07-31
2
-9
/
+7
*
Attempt to heal bots after r367467
Nico Weber
2019-07-31
1
-1
/
+1
*
compiler-rt: Rename .cc file in lib/sanitizer_common/symbolizer to .cpp
Nico Weber
2019-07-31
3
-3
/
+3
*
compiler-rt: Rename .cc file in lib/sanitizer_common/tests to .cpp
Nico Weber
2019-07-31
35
-68
/
+71
*
compiler-rt: Rename .cc file in lib/sanitizer_common to .cpp
Nico Weber
2019-07-31
80
-160
/
+163
*
Attempt to heal bots after r367456
Nico Weber
2019-07-31
1
-1
/
+1
*
[Sanitizer][ASAN][MSAN] Fix infinite recursion on FreeBSD
Alexander Richardson
2019-07-31
1
-1
/
+5
*
Don't initialize interceptor_metadata_map unless SI_POSIX is set
Eugene Leviant
2019-07-28
1
-1
/
+3
*
[sanitizer_common] Allow customization of StartSymbolizerSubprocess
Julian Lettner
2019-07-25
2
-7
/
+13
*
[ASan] Support `{f}puts(NULL)` on Darwin, part 2
Julian Lettner
2019-07-18
1
-2
/
+4
*
[ASan] Support `{f}puts(NULL)` on Darwin
Julian Lettner
2019-07-17
1
-2
/
+4
*
[Sanitizers] Fix SanitizerCommon-Unit :: ./Sanitizer-*-Test/MemoryMappingLayo...
Rainer Orth
2019-07-12
1
-2
/
+4
*
Add NetBSD LSan support
Kamil Rytarowski
2019-07-11
5
-9
/
+377
*
[Sanitizers] Remove clang_rt.sancov_{begin,end} on Solaris
Rainer Orth
2019-07-08
3
-42
/
+0
*
[Sanitizers] Remove obsolete OpenFile from sanitizer_solaris.cc
Rainer Orth
2019-07-02
1
-5
/
+0
*
hwasan: Teach the runtime to identify the local variable being accessed in UA...
Peter Collingbourne
2019-06-27
5
-12
/
+119
*
[sanitizer_common] Switch from zx_clock_get_new to zx_clock_get
Petr Hosek
2019-06-27
1
-1
/
+1
*
[ASan] Use dynamic shadow on 32-bit iOS and simulators
Julian Lettner
2019-06-21
1
-17
/
+21
*
[asan] Avoid two compiler-synthesized calls to memset & memcpy
Reid Kleckner
2019-06-21
1
-0
/
+3
*
[Sanitizers] Fix sanitizer_posix_libcdep.cc compilation on Solaris 11.5
Rainer Orth
2019-06-19
1
-3
/
+3
*
Don't crash if PR_SET_VMA_ANON_NAME fails.
Evgeniy Stepanov
2019-06-18
1
-2
/
+1
*
[compiler-rt] Respect CMAKE_NM
Shoaib Meenai
2019-06-15
1
-3
/
+4
*
Improve error message when '=' is missing in {ASAN,...}_OPTIONS.
Vitaly Buka
2019-06-15
3
-12
/
+26
*
[Sanitizers] Add case MACOS_VERSION_CATALINA
Julian Lettner
2019-06-11
2
-2
/
+3
*
Add unused symbol to thunk files to force wholearchive inclusion
Reid Kleckner
2019-06-10
2
-0
/
+12
[next]