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
/
asan
/
asan_poisoning.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[asan] introduce interface function __sanitizer_verify_contiguous_container t...
Kostya Serebryany
2014-05-06
1
-1
/
+33
*
[asan] add a run-time flag detect_container_overflow=true/false
Kostya Serebryany
2014-04-21
1
-0
/
+1
*
[asan] don't use bool in public interface, make sure the interface headers ar...
Kostya Serebryany
2014-04-14
1
-1
/
+1
*
[asan] provide better reports for cases where memcpy/etc get negative size pa...
Kostya Serebryany
2014-04-14
1
-0
/
+1
*
[asan] relax the checks inside __sanitizer_annotate_contiguous_container: the...
Kostya Serebryany
2014-01-21
1
-6
/
+9
*
[asan] convert a CHECK failure in __sanitizer_annotate_contiguous_container i...
Kostya Serebryany
2013-12-23
1
-2
/
+8
*
[asan] when a fake stack is being unmapped also flush the corresponding shadow
Kostya Serebryany
2013-12-11
1
-0
/
+9
*
Fix Windows build.
Sergey Matveev
2013-12-09
1
-1
/
+1
*
[lsan] Make LSan ignore memory poisoned by ASan.
Sergey Matveev
2013-12-09
1
-0
/
+8
*
[sanitizer] Introduce VReport and VPrintf macros and use them in sanitizer code.
Sergey Matveev
2013-12-05
1
-15
/
+8
*
[asan] remove a fixed FIXME; extend the comment around __sanitizer_annotate_c...
Kostya Serebryany
2013-11-19
1
-1
/
+0
*
[asan] new shadow poison magic for contiguous-container-buffer-overflow, addr...
Kostya Serebryany
2013-11-19
1
-15
/
+18
*
[asan] fix Windows build
Kostya Serebryany
2013-11-18
1
-1
/
+1
*
[asan] introduce __sanitizer_annotate_contiguous_container
Kostya Serebryany
2013-11-18
1
-0
/
+42
*
tsan: move verbosity flag to CommonFlags
Dmitry Vyukov
2013-10-15
1
-4
/
+5
*
[sanitizer] Fix __sanitizer_unaligned_* to work with unaligned data types.
Evgeniy Stepanov
2013-06-04
1
-6
/
+6
*
[asan] implement callbacks for unaligned loads/stores
Kostya Serebryany
2013-04-10
1
-0
/
+49
*
[sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b)...
Kostya Serebryany
2013-04-05
1
-1
/
+1
*
[ASan] Speed-up initialization-order checking: create and use fast versions o...
Alexey Samsonov
2013-03-28
1
-18
/
+6
*
[ASan] Split ASan interface header into private and public parts. Add a test ...
Alexey Samsonov
2013-01-31
1
-1
/
+0
*
[asan] fix two off-by-one errors that seem to affect only PowerPC because onl...
Kostya Serebryany
2013-01-18
1
-1
/
+1
*
[asan] implement more strict checking for memset/etc parameters. Instead of c...
Kostya Serebryany
2012-12-28
1
-0
/
+28
*
[asan] add a flag poison_heap to allow better allocator benchmarking, impleme...
Kostya Serebryany
2012-12-20
1
-0
/
+2
*
[asan] more asan_allocator2 code: actually un/poison shadow on malloc/free
Kostya Serebryany
2012-12-14
1
-1
/
+1
*
ASan: add new interface functions - __asan_(un)poison_stack_memory. Calls to ...
Alexey Samsonov
2012-12-04
1
-0
/
+37
*
Relocate the external headers provided by ASan and the common sanitizer
Chandler Carruth
2012-08-29
1
-1
/
+1
*
[ASan] Use common flags parsing machinery.
Alexey Samsonov
2012-07-09
1
-4
/
+4
*
[ASan] Make printf arguments match format strings better.
Alexey Samsonov
2012-06-06
1
-2
/
+4
*
Remove file-type tags for .cc files in ASan run-time library
Alexey Samsonov
2012-06-04
1
-1
/
+1
*
[asan] more renaming
Kostya Serebryany
2012-05-31
1
-9
/
+9
*
[asan] more renaming
Kostya Serebryany
2012-05-31
1
-14
/
+14
*
[asan,tsan] introduce sanitizer_common/sanitizer_defs.h and perform some rena...
Kostya Serebryany
2012-05-31
1
-2
/
+2
*
[asan] performance optimization: make sure the check for poisoned shadow insi...
Kostya Serebryany
2012-03-15
1
-10
/
+1
*
AddressSanitizer: replace all "real_X" calls with "REAL(X)"
Alexey Samsonov
2012-02-08
1
-4
/
+4
*
AddressSanitizer: simplify RoundUpToPowerOfTwo/clz; add a couple of CHECKs fo...
Alexey Samsonov
2012-02-03
1
-0
/
+1
*
[asan] minimize the use of STL. One bit is still left.
Kostya Serebryany
2011-12-02
1
-6
/
+4
*
Refactor shadow poisoning done by asan-rt, no funtionality changes; patch by ...
Kostya Serebryany
2011-11-30
1
-1
/
+28
*
AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...
Kostya Serebryany
2011-11-30
1
-0
/
+134