Memory Safety

So what is memory safety?

Because under the hood, everything is either in registers or in memory. Like if I know what the memory address where a variable is stored, I can always exploit it.

Had a brief conversation with Ned about this.

Ned explained that there is a whole class of memory exploits because you would carry around these dangling pointers after free