Ævar Arnfjörð Bjarmason [off-list ref] writes:
See
https://lore.kernel.org/git/cover-v6-00.19-00000000000-20230202T094704Z-avarab@gmail.com/#t (local)
for the v6. Changes since then:
* Corrected the 17/19 commit message to note that it free()'s an
entire allocated struct, not just its "flex" member.
Yup. There isn't much point in saying that the struct gained a
flex-array member during the course of its life. The fact that we
forgot to free the struct but now we do is what matters.
* Per my replies on 18/19 and 19/19 in v6 I think those commit
messages are correct as-is, so sending this in in case Junio's OK
with picking up this version.
These looked OK to me.
Thanks.