]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
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

1  2 
compat/precompose_utf8.c

Simple merge