Question
Which statement best describes Use-after-free?
Correct Answer: D
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