| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
* fix(archive): handle whiteout ancestors as parents * docs(archive): clarify ENOTDIR parent handling (cherry picked from commit 919a27e)
| Back | FazBrowse Home | New Git URL |
Background
Backport #36 from v1.7 to release/1.7+labring. Archive apply could return ENOTDIR when creating a deeper path below an overlay whiteout ancestor, because Lstat fails before the whiteout itself is inspected.
Changes
Risks / Notes
Regular files, symlinks, and non-whiteout device nodes still fail as non-directory parents. This PR does not include a release tag.