On Wed, Oct 19, 2022 at 06:31:16PM -0700, Junio C Hamano wrote: > * 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: <Y08JZVDgJpJvrBiz@xxxxxxxxxxxxxxxxxxxxxxx> BTW, you should be able to see that "next" now passes the leaks CI job (because of this patch), but master doesn't yet. -Peff