dangling pointer

Concept

A pointer that points to invalid or deallocated memory, a problem not solved by basic RAII in C++ but addressed by Rust's ownership and borrowing system.

Mentioned in 1 video