Valgrind: Invalid read of size 1
How to read this: Invalid read of size 1 Your program is trying to read one byte from somewhere that Valgrind doesn’t like. at 0x401569: main (:395) Where in the code this happens (clearly strcmp has been inlined) Address 0x0 is not stack’d malloc’d or (recently) free’d What the address it was reading – 0x0 … Read more