Pádraig Brady wrote: > So only trailing /////'s are an issue, > not a///////...b, interesting.
Not really. When the input is "////////bin" of total size > 4096, an fstat() call fails with error ENAMETOOLONG, and glob() fails with return code 3. When the input is "/*////////////sh" with 3000 or more slahes, there is an endless recursion as well: https://sourceware.org/bugzilla/show_bug.cgi?id=33537 Bruno
