Buffer Overflow Not Setting Variable in Parent Function
I’m working on a security challenge involving a buffer overflow vulnerability, but I’m having trouble affecting a variable in the parent function. Here’s a simplified version of the code:
#include <stdio.h>
#include <malloc.h>
… Continue reading Buffer Overflow Not Setting Variable in Parent Function