commit | ac92f3cc0443f5980775e6c3e86724ed817587f6 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Jul 05 20:40:41 2010 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jul 05 20:40:41 2010 -0400 |
tree | 7cda32a0b082fc9393a6f4a56efbefc958beb427 | |
parent | 22ff06d5f7a90914f7a90bae420e5be7d2e02ce3 [diff] |
e2fsck, resize2fs: fix a fp precision error that can lead to a seg fault Commit 641b66b fixed a floating point precision error which can result in a search algorithm looping forever. It can also result in an array index being out of bounds and causing a segfault. Here are two more cases in e2fsck and resize2fs that need to be fixed. I've just used the same fix from the that commit. Signed-off-by: Lachlan McIlroy <lmcilroy@redhat.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>