You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
erofs/reader: Reject duplicate directory entries, validate fsck on output
The fuzzer found a crash where a malformed EROFS image had duplicate
directory entry names. When two entries share a name, BTreeMap::insert
silently replaces the first, leaving its leaf orphaned (unreferenced).
This tripped a debug_assert in erofs_to_filesystem.
Ensure we catch this problem cleanly in our EROFS parser.
Assisted-by: OpenCode (Claude Opus 4)
Signed-off-by: Colin Walters <walters@verbum.org>
0 commit comments