CWE-1045—Parent Class with a Virtual Destructor and a Child Class without a Virtual Destructor
PUBLISHEDweakness record
released 2019-01-03 · last modified 2025-12-11
Metadata
名称
Parent Class with a Virtual Destructor and a Child Class without a Virtual Destructor
描述
A parent class has a virtual destructor method, but the parent has a child class that does not have a virtual destructor.