...

/

Quiz: Heap Corruption

Quiz: Heap Corruption

Test your knowledge of heap corruption.

We'll cover the following...
Technical Quiz
1.

Which option does not result in heap corruption?

A.

Freeing an already freed memory

B.

Writing past the allocated memory of an array

C.

Using an uninitialized pointer

D.

Accessing the restricted kernel memory


1 / 3
...