Home / Vulnerability Database / C or C++ : Dangling internal pointer
C/C++

C or C++ : Dangling internal pointer

Overview

The pointer to the internal data structure for an object of the class is used after an operation was performed on the object, which could make this pointer invalid. This can lead to undefined behavior.

LOW

DerScanner Severity Score

Do you want to fix C or C++ : Dangling internal pointer in your application?

See also

C/C++

C or C++ : Dead store

C/C++

C or C++ : Use after free

C/C++

C or C++ : va_list uninitialized