Memory Safety Flashcards
1
Q
What are some examples of memory errors?
A
Out of bounds errors
Failure to initialise stack/heap allocated variables
Memory Leaks, double free, use after free
2
Q
What is Stack Smashing?
A
When an attacker maliciously changes the return address of a function call to redirect to some other part of the code