Whamcloud - gitweb
e2fsck: add error checking for ext2fs_extent_get_info()
authorTheodore Ts'o <tytso@mit.edu>
Fri, 12 Feb 2021 04:47:32 +0000 (23:47 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 12 Feb 2021 04:47:32 +0000 (23:47 -0500)
commitea41284998daf106f96112ae3d66226233e86f5a
treea296a366e366e4262555cb93c66ac8ff4a3f28f6
parent33b9a60c366da5df92d9c1b003aedaf1d0e2008a
e2fsck: add error checking for ext2fs_extent_get_info()

This function can't actually fail today, but in the future it could
return an error, so it's better to add the appropriate error check.

Addresses-Coverity-Bug: #1464579
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/pass1.c