commit | d288d95842f1503414b7eebce3773bac3390457e | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Wed Dec 12 14:29:20 2018 +0100 |
committer | Jan Kara <jack@suse.cz> | Wed Dec 12 15:48:49 2018 +0100 |
tree | cf00bbda980da51717881fae02b41854c57a0bac | |
parent | 3e159b9553e4024cbdaa25bb8059f79f47c26925 [diff] |
udf: Fix BUG on corrupted inode When inode is corrupted so that extent type is invalid, some functions (such as udf_truncate_extents()) will just BUG. Check that extent type is valid when loading the inode to memory. Reported-by: Anatoly Trosinenko <anatoly.trosinenko@gmail.com> Signed-off-by: Jan Kara <jack@suse.cz>