mirror of https://git.musl-libc.org/git/musl
Browse Source
this actually inadvertently disallows some valid patterns with redundant / or * characters, but it's better than allowing unbounded vla allocation. eventually i'll write code to move the pattern to the stack and eliminate redundancy to ensure that it fits in PATH_MAX at the beginning of glob. this would also allow it to be modified in place for passing to fnmatch rather than copied at each level of recursion.rs-1.0
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue