Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fstree: return an error is combined file has incorrect prefix
When we already know that the file is combined (seen the prefix at least once, isCombined is true) we expect all subsequent entries to be proper combined ones as well. If they're not (wrong prefix) --- something is wrong with the file and returning it as is won't help. Signed-off-by: Roman Khimov <[email protected]>
- Loading branch information