commit | 6c37157874aa2b153b722868bd984002fbcff6bb | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Wed Dec 23 18:05:03 2015 +0100 |
committer | Jan Kara <jack@suse.cz> | Wed Dec 23 18:05:03 2015 +0100 |
tree | 550ce65d53c314bf62a71c31e423c5bdc47b4712 | |
parent | fcea62babc8100aee79c716c81203c6d105b2da0 [diff] |
udf: Fix lost indirect extent block When inode ends with empty indirect extent block and we extended that file, udf_do_extend_file() ended up just overwriting pointer to it with another extent and thus effectively leaking the block and also corruptiong length of allocation descriptors. Fix the problem by properly following into next indirect extent when it is present. Signed-off-by: Jan Kara <jack@suse.cz>