Closed Goobley closed 5 years ago
Also adjusted file reading to be null-terminated so sgets doesn't read past the end of its buffer. Valgrind reports this as leak-free even when run with SOLVE_NE = ITERATION.
SOLVE_NE = ITERATION
Tested with rh15d and it looks fine, thanks!
Also adjusted file reading to be null-terminated so sgets doesn't read past the end of its buffer. Valgrind reports this as leak-free even when run with
SOLVE_NE = ITERATION
.