Fix recursive base::FileEnumerator callers that unnecessarily follow symlinks. |
|
Issue descriptionIn bug 880692 , we discovered recursive base::FileEnumerator, without SHOW_SYM_LINKS, can get into an infinite loop. This can be fixed with loop detection, but that is expensive. In some cases, the caller can use SHOW_SYM_LINKS. Identify these cases and add SHOW_SYM_LINKS, so they will not need loop detection at all. |
|
►
Sign in to add a comment |
|