Merge branch 'cl/regexec-macos-leak' into jch

A compatibility workaround has been introduced for macOS to address a memory leak in the system regex engine when it encounters invalid multibyte sequences. The workaround segments the input buffer at invalid byte boundaries and searches each valid segment separately using regexec(), avoiding the leaking path. * cl/regexec-macos-leak: SQUASH??? regexec: work around macOS TRE leak on invalid UTF-8

Junio C Hamano committed Aug 3, 2026 at 09:31 UTC f9836b0005dcbe38f5964d1b32d779b7e2a04fb7

No changes.