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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Differential D45455
[CFI] Disable CFI checks for __cxa_decrement_exception_refcount vlad.tsyrklevich on Apr 9 2018, 1:49 PM. Authored by
Details exception_header->exceptionDestructor is a void(*)(void*) function
Diff Detail
|