Re: [PATCH 3/3] builtin/checkout--worker: memset struct to avoid MSAN complaints
From: Junio C Hamano <hidden> Date: 2021-06-14 01:04:24
Andrzej Hunt [off-list ref] writes:
(At the time I wasn't aware that this would include all members and
padding, but I've learned more since reading the clang developer's
discussion around padding and brace intialisation :) :
https://reviews.llvm.org/D61280 . )