[PATCH] D16738: Fix invalid casts in <functional>.

Evgeniy Stepanov via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 29 15:01:44 PST 2016


eugenis added a comment.

http://clang.llvm.org/docs/ControlFlowIntegrity.html
Basically it says that the cast to __base is done on a memory that does not contain an object of type __base (based on the vptr value).


Repository:
  rL LLVM

http://reviews.llvm.org/D16738





More information about the cfe-commits mailing list