Home
last modified time | relevance | path

Searched hist:fa65653e575fbd958bdf5fb9c4a71a324e39510d (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/udf/
H A Ddirectory.cdiff fa65653e575fbd958bdf5fb9c4a71a324e39510d Wed Jun 13 05:09:22 CDT 2018 Jan Kara <jack@suse.cz> udf: Detect incorrect directory size

Detect when a directory entry is (possibly partially) beyond directory
size and return EIO in that case since it means the filesystem is
corrupted. Otherwise directory operations can further corrupt the
directory and possibly also oops the kernel.

CC: Anatoly Trosinenko <anatoly.trosinenko@gmail.com>
CC: stable@vger.kernel.org
Reported-and-tested-by: Anatoly Trosinenko <anatoly.trosinenko@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>