]> git.ipfire.org Git - thirdparty/util-linux.git/commit
fsck.minix: fix endless loop and out of stack
authorKarel Zak <kzak@redhat.com>
Wed, 1 Jun 2016 12:55:15 +0000 (14:55 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 1 Jun 2016 12:55:15 +0000 (14:55 +0200)
commit65c74885df72750d347276d857f3c95a2b5983d9
tree1a69b01b2f41a1577da7b983b4fb8dee3ed596ca
parentd1b7bfe5068d4aa3ee37d3755f0020aaa839b087
fsck.minix: fix endless loop and out of stack

It seems there is no elegant way how to recovery if a directory i_zone
(and i_size) is out of reality. Let's require human interaction to
avoid endless loop when executed with --auto, etc.

Addresses: https://github.com/karelzak/util-linux/issues/228
Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/fsck.minix.c