hfsplus: fix possible deadlock when handling corrupted extents
authorEric Sesterhenn <snakebyte@gmx.de>
Sun, 19 Oct 2008 03:28:02 +0000 (20:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Oct 2008 15:52:38 +0000 (08:52 -0700)
commit248736c2a57206388c86f8cdd3392ee986e84f9f
tree1097d53f082e6773d7ecaac2eea5f7825c62cb01
parent6e7152944426be786c6c232990914e4565290d35
hfsplus: fix possible deadlock when handling corrupted extents

A corrupted extent for the extent file itself may try to get an impossible
extent, causing a deadlock if I see it correctly.

Check the inode number after the first_blocks checks and fail if it's the
extent file, as according to the spec the extent file should have no
extent for itself.

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/hfsplus/extents.c