]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ih/precompose-flex-array'
authorJunio C Hamano <gitster@pobox.com>
Fri, 17 Jul 2026 06:05:47 +0000 (23:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 Jul 2026 06:05:48 +0000 (23:05 -0700)
commit09af39fda00a7ad5e9b8045a3cca1fff9f404998
tree2cc093b25620d1919a58190c81f3cc1b06f37cff
parent88775e3e96708c538a1e8ea29d249dbb361d47fe
parent1eb281159f0f75044e9e45a47d1d34162f3b0032
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
compat/precompose_utf8.c