...
Search for other vulnerabilities resulting from the violation of this rule on the CERT website.
Related Guidelines
CERT C++ Coding Standard | CTR39-CPP. Do not use pointer arithmetic on polymorphic objects |
CERT C Coding Standard |
...
[ISO/IEC 14882-2014] | 12.8, "Copying and Moving Class Objects" |
[Dewhurst 02] | Gotcha #38, "Slicing" |
[Sutter 00] | GotW #22: "Object Lifetimes - Part I" |