commit | 7518c176867099eb529502103106501861a71280 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Thu Dec 25 22:42:38 2008 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Dec 25 22:42:38 2008 -0500 |
tree | a60d13718ea877b5f4b052cf6ba449355fda1d73 | |
parent | 7dca4c88f166561031011ed27287818eaa343486 [diff] |
e2fsck: Fix an unhandled corruption case in scan_extent_node() A corrupted interior node in an extent tree would cause e2fsck to crash with the error message: Error1: Corrupt extent header on inode 107192 Aborted (core dumped) Handle this and related failures when scanning an inode's extent tree more robustly. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>