Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
udf: check partition reference in udf_read_inode()
We were checking block number without checking partition. sbi->s_partmaps[iloc->partitionReferenceNum] could lead to bad memory access. See udf_nfs_get_inode() path for instance. Signed-off-by: Fabian Frederick <[email protected]> Signed-off-by: Jan Kara <[email protected]>
- Loading branch information