Skip to content

search-engine: Query file system to determine remoteness

Ghost User requested to merge wip/ernestask/search-fix into master

Querying the file cache in is_recursive_search() does not guarantee that the file system field will be populated with a value, and somehow results in data races, in turn resulting in random crashes/file list corruption.

Hopefully fixes #640 (closed), #632 (closed) and #602 (closed)

Merge request reports