Jeff King [off-list ref] writes:
On Wed, Oct 19, 2022 at 06:31:16PM -0700, Junio C Hamano wrote:
quoted
* jk/use-o0-in-leak-sanitizer (2022-10-19) 1 commit
(merged to 'next' on 2022-10-19 at 27c2546b98)
+ Makefile: force -O0 when compiling with SANITIZE=leak
Avoid false-positive from LSan whose assumption may be broken with
higher optimization levels.
Will merge to 'master'.
source: [ref]
BTW, you should be able to see that "next" now passes the leaks CI job
(because of this patch), but master doesn't yet.
Yup, thanks!
Unfortunately, without some CI/make updates, we cannot verify that
macOS builds are green again without Apple Crypto X-<.