Alejandro Colomar writes: > Hi Collin, Jakub, > > On Fri, Oct 17, 2025 at 10:45:53AM +0200, Jakub Wilk wrote: >> * Collin Funk , 2025-10-17 01:18: >> > $ mkdir -p `python3 -c 'print("./" + "a/" * 32768)'` >> > $ ./a.out `python3 -c 'print("./" + "a/" * 32768)'` >> > File name too long > > Thanks! I've applied the patch. > >> >> Simpler reproducer: >> >> $ ./a.out $(printf '%0999d') >> File name too long > > And also thanks! I've amended the commit message to use the simpler > reproducer. Thanks! That is fine. My example was a longer than needed since I was testing long path handling in Coreutils and wanted deep directory entries. Collin