From: Junio C Hamano Date: Fri, 17 Jul 2026 06:05:47 +0000 (-0700) Subject: Merge branch 'ih/precompose-flex-array' X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=09af39fda00a7ad5e9b8045a3cca1fff9f404998;p=thirdparty%2Fgit.git Merge branch 'ih/precompose-flex-array' The UTF-8 precomposition wrapper on macOS has been updated to use a flexible array member to represent the name of a directory entry, preventing fortified libc checks from failing when the name is reallocated to be larger than 'NAME_MAX' bytes. * ih/precompose-flex-array: precompose_utf8: use a flex array for d_name --- 09af39fda00a7ad5e9b8045a3cca1fff9f404998