Question
For a semester exam, what should a student remember about Use-after-free?
Correct Answer: B
use-after-free occurs when a program continues using memory after it has been released
The correct answer is use-after-free occurs when a program continues using memory after it has been released. This matches the course topic 'Use-after-free' in Vulnerability Assessment & Reverse Engineering.
The correct answer is use-after-free occurs when a program continues using memory after it has been released. This matches the course topic ‘Use-after-free’ in Vulnerability Assessment & Reverse Engineering.
Leave a Reply