Home / Vulnerability Database / C or C++ : Noreturn function called in destructor
C/C++
C or C++ : Noreturn function called in destructor
Overview
Calling a function that does not return in destructor leads to termination without calling other destructors, that can lead to resource leak.
CRITICAL
DerScanner Severity Score
Do you want to fix C or C++ : Noreturn function called in destructor in your application?
See also
C/C++
C or C++ : Dead store
C/C++
C or C++ : Use after free
C/C++
