mirror of https://git.musl-libc.org/git/musl
Browse Source
the check to prevent matching empty string wrongly blocked matching of "/" due to checking emptiness after stripping leading slashes rather than checking the full original argument string. simplified from patch by Julien Ramseier.master
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue