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
*
Merge r182726:
release_33
Bill Wendling
2013-06-04
2
-3
/
+3
*
[asan] Common flags in ASan.
Sergey Matveev
2013-05-06
2
-0
/
+34
*
asan: fix windows build
Dmitry Vyukov
2013-04-30
1
-0
/
+4
*
asan/tsan: fix printf(), on the second pass it prints garbage and crashes on ...
Dmitry Vyukov
2013-04-30
1
-0
/
+5
*
asna/tsan/msan: fix wait() interceptors to allow NULL arguments
Dmitry Vyukov
2013-04-29
1
-5
/
+7
*
Revert r180599 "[sanitizer] Clear LD_PRELOAD when forking an external symboli...
Sergey Matveev
2013-04-26
3
-20
/
+0
*
[sanitizer] Clear LD_PRELOAD when forking an external symbolizer.
Sergey Matveev
2013-04-26
3
-0
/
+20
*
tsan: disable getpwuid_r() and glob64() interceptors under tsan, because they...
Dmitry Vyukov
2013-04-24
1
-0
/
+4
*
[sanitizer] Intercept inet_pton and inet_ntop.
Evgeniy Stepanov
2013-04-23
4
-1
/
+45
*
Revert r180082 and add a test for SetEnv function
Alexey Samsonov
2013-04-23
3
-0
/
+24
*
[sanitizer] Intercept getgrnam{_r}, getgrgid{_r}.
Evgeniy Stepanov
2013-04-23
4
-14
/
+61
*
[msan] Allow clock_getres(, 0).
Evgeniy Stepanov
2013-04-23
1
-1
/
+1
*
[Sanitizer] Delete unused function
Alexey Samsonov
2013-04-23
2
-15
/
+0
*
[sanitizer] Fix lint.
Evgeniy Stepanov
2013-04-22
2
-3
/
+2
*
[Sanitizer] Rework r176802: share code between Printf and Report and simplify...
Alexey Samsonov
2013-04-18
1
-55
/
+55
*
[Sanitizer] Don't die in symbolizer if it can't read /proc/self/exe link
Alexey Samsonov
2013-04-18
1
-1
/
+6
*
Wrap macro invocations in braces to supress 'suggest braces around empty body...
Andy Gibbs
2013-04-16
1
-10
/
+20
*
[sanitizer] Implement wait4 and waitpid syscall hooks.
Evgeniy Stepanov
2013-04-16
1
-0
/
+38
*
[sanitizer] More syscall handler placeholders.
Evgeniy Stepanov
2013-04-12
1
-4
/
+4
*
Finally drop the 'static' from INLINE and ALWAYS_INLINE
Timur Iskhodzhanov
2013-04-12
1
-2
/
+2
*
[sanitizer] Syscall hooks.
Evgeniy Stepanov
2013-04-11
2
-0
/
+103
*
[ASan] Do not check the shadow of NULL argument in the time() interceptor.
Alexander Potapenko
2013-04-10
1
-1
/
+1
*
[sanitizer] Interceptors for wait*.
Evgeniy Stepanov
2013-04-09
4
-1
/
+63
*
[msan] Intercept glob() with tests.
Evgeniy Stepanov
2013-04-09
2
-1
/
+49
*
[Sanitizer] fix TSan tests: remove global ctor from sanitizer_common, run loa...
Alexey Samsonov
2013-04-09
1
-1
/
+2
*
[asan] relax Linux/zero-base-shadow.cc to make it pass on newer Ubuntu; fix lint
Kostya Serebryany
2013-04-09
1
-1
/
+1
*
Revert r179012: "[msan] Intercept glob()."
Chandler Carruth
2013-04-08
2
-50
/
+1
*
[libsymbolized] If we can't find an address in the list of shared libraries, ...
Alexander Potapenko
2013-04-08
1
-1
/
+16
*
[msan] Intercept glob().
Evgeniy Stepanov
2013-04-08
2
-1
/
+50
*
[tsan] Fix build.
Evgeniy Stepanov
2013-04-08
1
-1
/
+1
*
[sanitizer] Fix boundary condition in LargeMmapAllocator::GetBlockBegin. Patc...
Kostya Serebryany
2013-04-08
2
-2
/
+9
*
[msan] Intercept time().
Evgeniy Stepanov
2013-04-08
2
-1
/
+21
*
[sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b)...
Kostya Serebryany
2013-04-05
1
-1
/
+1
*
[Sanitizer] enquote the module name when passing it to external symbolizer
Alexey Samsonov
2013-04-05
1
-1
/
+1
*
Remove InternalAlloc/InternalFree calls from StopTheWorld. Patch by Sergey Ma...
Alexey Samsonov
2013-04-05
3
-13
/
+12
*
[Sanitizer] Use a common mutex to prevent mixing reports from different sanit...
Alexey Samsonov
2013-04-05
2
-0
/
+5
*
[sanitizer] Android lacks ucontext_t definition.
Evgeniy Stepanov
2013-04-04
2
-1
/
+10
*
[sanitizer] Use ucontext_t instead of "struct ucontext".
Evgeniy Stepanov
2013-04-04
2
-2
/
+2
*
[msan] Unpoison siginfo_t and ucontext_t in signal handlers.
Evgeniy Stepanov
2013-04-04
2
-1
/
+35
*
[sanitizer] while doing fast unwinding make sure that the frame pointer is al...
Kostya Serebryany
2013-04-04
2
-4
/
+23
*
[Sanitizer] Fix OnPrint weak hook. Disable weak hooks for gotsan.
Alexey Samsonov
2013-04-03
2
-7
/
+7
*
[Sanitizer] Be more careful with arch-specific defines in StopTheWorld code
Alexey Samsonov
2013-04-03
2
-4
/
+7
*
[Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ de...
Alexey Samsonov
2013-04-03
11
-22
/
+23
*
[Sanitizer] Fix StopTheWorld includes on Android. Patch by Sergey Matveev.
Alexey Samsonov
2013-04-03
1
-6
/
+18
*
[sanitizer] More interceptors.
Evgeniy Stepanov
2013-04-01
4
-1
/
+148
*
[libsanitizer] Run the callback on a separate stack in StopTheWorld.
Alexander Potapenko
2013-04-01
1
-7
/
+27
*
[libsanitizer] Added data() and capacity() getters to InternalVector.
Alexander Potapenko
2013-04-01
1
-0
/
+6
*
[libsanitizer] Add register dumping support to SuspendedThreadsList.
Alexander Potapenko
2013-04-01
2
-8
/
+32
*
[tsan] restore performance critical inlining in tsan: remove static from ALWA...
Kostya Serebryany
2013-03-29
1
-1
/
+1
*
[Sanitizer] Follow-up for r178238 - replace DCHECKs with regular CHECKs
Alexey Samsonov
2013-03-29
1
-2
/
+2
[next]