[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Clean build on master
From: |
Ben Pfaff |
Subject: |
Re: Clean build on master |
Date: |
Mon, 29 Jun 2020 14:00:02 -0700 |
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
<john@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'
>