This is an archive of the discontinued LLVM Phabricator instance.

[CFI] Disable CFI checks for __cxa_decrement_exception_refcount
ClosedPublic

Authored by vlad.tsyrklevich on Apr 9 2018, 1:49 PM.

Details

Summary

exception_header->exceptionDestructor is a void(*)(void*) function
pointer; however, it can point to destructors like std::
exception::~exception that don't match that type signature.

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka accepted this revision.Apr 9 2018, 2:52 PM
This revision is now accepted and ready to land.Apr 9 2018, 2:52 PM
This revision was automatically updated to reflect the committed changes.
This revision was automatically updated to reflect the committed changes.