commit | 69d75671d985ccdb291e4d19ddfdecd12440e857 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Thu Sep 12 22:00:15 2013 +0200 |
committer | Jan Kara <jack@suse.cz> | Tue Sep 24 11:23:33 2013 +0200 |
tree | 38e68e78441e81c8b35831fe559ef3fc0f9e2fb6 | |
parent | d8524ae9d6f492a9c6db9f4d89c5f9b8782fa2d5 [diff] |
udf: Fortify LVID loading A user has reported an oops in udf_statfs() that was caused by numOfPartitions entry in LVID structure being corrupted. Fix the problem by verifying whether numOfPartitions makes sense at least to the extent that LVID fits into a single block as it should. Reported-by: Juergen Weigert <jw@suse.com> Signed-off-by: Jan Kara <jack@suse.cz>