Paul Eggert wrote: > These fixes should be merged into glibc upstream since they fix glibc > bugs; I plan to follow up on that shortly.
At this occasion: How about moving __path_search and direxists to a different source file in glibc? They are not called, nor do they call, nor do they share code, with the rest of tempname.c. IMO this would be a benefit for glibc (separate functions handled in different files) and for gnulib (reduces the size of the shared file). Bruno