I\'m trying to find out where I made invalid writes to a piece of memory using Valgrind. It tells there is such an issue, also in what function, but not in what line. Althou
You need to include debug information in your binaries. Pass the -g flag if you're using gcc.
-g
gcc