PR: 259112
Reported by: Robert Morris <rtm@lcs.mit.edu>
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I am working on more complex extents verification logic, but let it to be committed.
Also:
https://github.com/torvalds/linux/blob/master/fs/ext4/extents.c#L467
if (unlikely(depth > 32)) { error_msg = "too large eh_depth"; goto corrupted; }