Thanks so much. I had been suppressing errors to run the tests, and now I'll be able to re-enable them to catch any new errors I add.
On Sun, Jun 28, 2020 at 4:35 AM John Darrington <j...@darrington.wattle.id.au> wrote: > > As of commit d9c674e05188abe16dc9440a8c1597632982dd48, make check runs > cleanly when -fsanitize=address > is in CFLAGS. There are no leaks, no buffer overflows, no use-after-free > errors etc. It would be > great if we could try to keep it that way. > > The GUI is another matter however, I'm sure there are a lot of things there > which still need to be > fixed. > > J' >