Heap Forward Pointer seems missing 12bits, why?
I have a lecture where I got a program and I should analyse it about security flaws.
I found an issue where a pointer allocated with malloc was freed and the program still has the pointer in use.
Heap Forward Pointer seems missing 3 bytes, why?
I have a lecture where I got a program and I should analyse it about security flaws.
I found a leak where a pointer which pointed to data allocated in heap, where the data has been freed and the program still has the pointer in use.
Heap Forward Pointer seems missing 3 bytes, why?
I have a lecture where I got a program and I should analyse it about security flaws.
I found a leak where a pointer which pointed to data allocated in heap, where the data has been freed and the program still has the pointer in use.