commit | 8f234d9650eb6f6a897148d5136cb27f373de4a7 | [log] [tgz] |
---|---|---|
author | Brian Behlendorf <behlendorf1@llnl.gov> | Thu May 31 11:42:48 2007 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu May 31 11:42:48 2007 -0400 |
tree | 0f92e17a5fb8194493165f6aa2e8be1a6df9360d | |
parent | 21400381d90a1e58443e1e2c3f52f8fd5550be9d [diff] |
[COVERITY] Free potential null dereference bug in e2fsck At the second conditional iter->file could still be NULL. We need to check for it again. Should never happen in practice, but better to be sure. Coverity ID: 6: Forward Null Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>