dangling pointer
A pointer (variable that holds the address of a memory location) that does not reference a valid object.
Noun
- A pointer (variable that holds the address of a memory location) that does not reference a valid object.
Synonyms: wild pointer
- A pointer referencing memory that was previously deallocated.