baur
baur copied to clipboard
fs.FindFile appends more globs then directories exist in the path
When fs.FindFile() is called with a big maxsearch depth like maxint, it's creates a giant glob string, it should not add more globs then there are subdirs.
This does not cause any issues currently.