ext2: handle dirents with invalid utf8 #5

Open
opened 2024-12-22 23:52:42 +02:00 by alnyan · 2 comments
Owner
No description provided.
alnyan added the
bug
panic
scope
kernel
driver
filesystem
labels 2024-12-22 23:52:42 +02:00
Author
Owner

My solution:

  • When reading, just skip those entries
  • When writing directories/running fsck, either skip the entries and keep those intact (preserves compatibility) or remove them and create hard links in lost+found (preserves data)
My solution: * When reading, just skip those entries * When writing directories/running fsck, either skip the entries and keep those intact (preserves compatibility) or remove them and create hard links in `lost+found` (preserves data)
alnyan added
enhancement
and removed
bug
panic
labels 2024-12-29 12:52:08 +02:00
Author
Owner

Panic fixed by 78441164

Panic fixed by 78441164
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: alnyan/yggdrasil#5
No description provided.