summaryrefslogtreecommitdiff
path: root/lib/cfi/cfi.cc
AgeCommit message (Expand)Author
2017-11-07(NFC) Rename GetMax{,User}VirtualAddress.Evgeniy Stepanov
2017-04-07[cfi] Accept weak definition of __cfi_check.Evgeniy Stepanov
2017-04-06[cfi] Fix symbol lookup hack in cross-dso cfi to handle LLD binaries.Evgeniy Stepanov
2016-09-15[compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks
2016-03-18[sancov] common flags initialization.Mike Aizatsky
2016-02-03[cfi] Safe handling of unaddressable vtable pointers (compiler-rt).Evgeniy Stepanov
2016-02-02Cast the fifth arg to mremap to void *Alexey Samsonov
2016-01-28[cfi] Simplify the code in CfiSlowPathCommon.Evgeniy Stepanov
2016-01-28[cfi] Fix recovery from out-of-bounds vtable error.Evgeniy Stepanov
2016-01-27[cfi] Fix gcc build.Evgeniy Stepanov
2016-01-26[cfi] Exclude __cfi_slowpath_diag from the non-diag rtl.Evgeniy Stepanov
2016-01-26[cfi] Better handling of wild target address.Evgeniy Stepanov
2016-01-26[cfi] Hide runtime implementation in a namespace.Evgeniy Stepanov
2016-01-26[cfi] Support for dlopen and dlclose.Evgeniy Stepanov
2016-01-25[cfi] Cross-DSO CFI diagnostic mode (compiler-rt part)Evgeniy Stepanov
2016-01-08[cfi] Fix __cfi_slowpath and __cfi_check signature.Evgeniy Stepanov
2015-12-22[cfi] Fix handling of uninstrumented libraries.Evgeniy Stepanov
2015-12-16[cfi] Exclude ubsan runtime library from non-diag CFI builds.Evgeniy Stepanov
2015-12-16[cfi] Fix GCC build.Evgeniy Stepanov
2015-12-16[cfi] Fix shadow sanity check.Evgeniy Stepanov
2015-12-15Cross-DSO control flow integrity (compiler-rt part).Evgeniy Stepanov