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
*
[asan] Fix uninit in coverage.
Evgeniy Stepanov
2015-01-12
1
-6
/
+30
*
[ASan] Handle SIGBUS on Linux.
Jay Foad
2015-01-12
1
-1
/
+1
*
[sanitizer] use the right memory order
Kostya Serebryany
2015-01-09
1
-1
/
+1
*
Fix memory leaks in GetListOfModules() users.
Alexey Samsonov
2015-01-08
4
-18
/
+33
*
[Sanitizer] Remove the hardcoded limit of address ranges in LoadedModule.
Alexey Samsonov
2015-01-08
4
-30
/
+38
*
[Sanitizers] Fix internal_lseek() to work on FreeBSD
Viktor Kutuzov
2015-01-08
2
-4
/
+8
*
[TSan] Fix Go build.
Alexey Samsonov
2015-01-07
1
-0
/
+6
*
[asan] add a flag soft_rss_limit_mb
Kostya Serebryany
2015-01-06
5
-4
/
+56
*
[Sanitizer] Use COMMON_FLAG macro to describe common runtime flags.
Alexey Samsonov
2015-01-06
4
-183
/
+143
*
[asan/tracing] write the trace using a sequence of internal_write calls inste...
Kostya Serebryany
2015-01-06
1
-13
/
+23
*
Remove TSAN_DEBUG in favor of SANITIZER_DEBUG.
Alexey Samsonov
2015-01-03
4
-9
/
+12
*
[asan/tracing] extend the test a bit more, simplify the tracing code, add a g...
Kostya Serebryany
2015-01-03
1
-8
/
+17
*
[asan] simplify the tracing code, make it use the same guard variables as cov...
Kostya Serebryany
2015-01-03
1
-43
/
+17
*
Revert "Revert r224736: "[Sanitizer] Make CommonFlags immutable after initial...
Alexey Samsonov
2015-01-02
2
-1
/
+17
*
Revert r224736: "[Sanitizer] Make CommonFlags immutable after initialization."
Chandler Carruth
2015-01-02
1
-11
/
+1
*
[asan] fix coverage between fork() and exec(): reinitialize the guards after ...
Kostya Serebryany
2014-12-30
2
-11
/
+36
*
[asan] add flag coverage_pcs. When false, the coverage is not dumped as PCs. ...
Kostya Serebryany
2014-12-30
3
-0
/
+6
*
[asan] change _sanitizer_cov_module_init to accept int* instead of int**
Kostya Serebryany
2014-12-30
1
-8
/
+11
*
Follow-up to r224987: fix a lint warning
Timur Iskhodzhanov
2014-12-30
1
-1
/
+1
*
[ASan/Win] Sort the list of modules when we fail to reserve the shadow memory...
Timur Iskhodzhanov
2014-12-30
1
-20
/
+53
*
[sanitizer-common] Fixing the ASan test build failure on OS X
Kuba Brecka
2014-12-29
1
-0
/
+4
*
Escape ? to silence GCC warning about trigraphs.
Daniel Jasper
2014-12-26
1
-1
/
+1
*
[sanitizer] Treat \r, \n, \t as flag separators.
Evgeniy Stepanov
2014-12-26
2
-1
/
+4
*
[ASan/Win] Add basic support for MemoryRangeIsAvailable and DumpProcessMap to...
Timur Iskhodzhanov
2014-12-26
1
-3
/
+42
*
[asan] Bump coverage size limit on 32-bit platforms.
Evgeniy Stepanov
2014-12-26
1
-1
/
+1
*
[asan] Allow enabling coverage at activation.
Evgeniy Stepanov
2014-12-26
3
-42
/
+74
*
[ASan/Win] Suppress error messaging when Abort() is called
Timur Iskhodzhanov
2014-12-26
1
-2
/
+3
*
Revert r224838, r224839.
Evgeniy Stepanov
2014-12-26
3
-74
/
+42
*
[sanitizer] Tweak sancov.py output.
Evgeniy Stepanov
2014-12-25
1
-1
/
+1
*
[sanitizer] sancov.py: print status to stderr
Evgeniy Stepanov
2014-12-25
1
-1
/
+1
*
[asan] Disable __sanitizer_cov_dump registration on Windows.
Evgeniy Stepanov
2014-12-25
1
-0
/
+2
*
[asan] Allow enabling coverage at activation.
Evgeniy Stepanov
2014-12-25
3
-42
/
+72
*
[sanitizer] Disable InternalMmapWithOffset test on OSX.
Evgeniy Stepanov
2014-12-24
1
-1
/
+1
*
[sanitizer] Fix off-by-8x in direct coverage.
Evgeniy Stepanov
2014-12-24
1
-2
/
+5
*
[sanitizer] Disable InternalMmapWithOffset test on Windows.
Evgeniy Stepanov
2014-12-24
1
-0
/
+3
*
[sanitizer] mmap2 syscall works with 4096-byte units instead of bytes.
Evgeniy Stepanov
2014-12-24
2
-21
/
+51
*
[asan] change the coverage collection scheme so that we can easily emit cover...
Kostya Serebryany
2014-12-23
4
-24
/
+70
*
[asan] Fix line >80 chars.
Evgeniy Stepanov
2014-12-23
1
-1
/
+2
*
[asan] Better error message in coverage.
Evgeniy Stepanov
2014-12-23
1
-2
/
+2
*
[Sanitizer] Make CommonFlags immutable after initialization.
Alexey Samsonov
2014-12-22
1
-1
/
+11
*
[Sanitizers] Intercept wcsnrtombs() on FreeBSD
Viktor Kutuzov
2014-12-22
1
-1
/
+2
*
[Sanitizers] Intercept snprintf_l() on FreeBSD
Viktor Kutuzov
2014-12-22
3
-0
/
+26
*
[Sanitizers] Intercept wordexp on FreeBSD
Viktor Kutuzov
2014-12-22
1
-1
/
+2
*
[sanitizer] fix a performance regression in sanitizer coverage: move a small ...
Kostya Serebryany
2014-12-20
3
-19
/
+21
*
[sanitizer] initialize two flas in SetCommonFlagsDefaults
Kostya Serebryany
2014-12-19
1
-0
/
+2
*
[Sanitizer] Refactor CommonFlags interface. NFC.
Alexey Samsonov
2014-12-19
3
-76
/
+103
*
[ASan] Change activation strategy.
Alexey Samsonov
2014-12-19
1
-1
/
+5
*
[Sanitizer] Make Quarantine::Init slightly safer.
Alexey Samsonov
2014-12-19
1
-6
/
+10
*
[sanitizer] Rename InitIfLinkerInitialized to InitLinkerInitialized.
Sergey Matveev
2014-12-19
1
-8
/
+8
*
tsan: disable __tls_get_addr interceptor
Dmitry Vyukov
2014-12-18
1
-0
/
+6
[next]