2019-08-01 09:42:10 +0100, Geoff Clare: > The glob() part probably needs further > discussion. [...]
Note that I've references this discussion on the musl mailing list https://www.openwall.com/lists/musl/2019/07/31/8 They were already working at fixing the stat() instead of lstat() issue. One of the things left to discuss is whether we should allow (or recommend/require) errors upon lstat() to be reported (the part about "directories" (or things expected to be directories) not being searchable in globs like */foo) which musl is unique (among the implementations I tried anyway) in doing. -- Stephane