This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 2a1852a72 [UBsan] Enable ubsan minimal unit tests on OpenBSD new 2d0b060aa Implement CFI for indirect calls via a member function pointer.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/ubsan/ubsan_handlers.cc | 14 +++--- lib/ubsan/ubsan_handlers.h | 2 + lib/ubsan/ubsan_handlers_cxx.cc | 4 ++ test/cfi/mfcall.cpp | 94 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 108 insertions(+), 6 deletions(-) create mode 100644 test/cfi/mfcall.cpp