]> git.ipfire.org Git - thirdparty/grub.git/commit
fs/udf: Validate length of AED in grub_udf_read_block()
authorJagannathan Raman <jag.raman@oracle.com>
Thu, 17 Nov 2022 00:17:52 +0000 (00:17 +0000)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 7 Dec 2022 22:38:25 +0000 (23:38 +0100)
commitc08edc545cccc38e4c7fcc7b515916279128a101
treee3b506d9b40db87082b478a1338ecb1819bfdf46
parent67e90bf743c357ccb4aa39c10e6107087a7a0776
fs/udf: Validate length of AED in grub_udf_read_block()

Validate the length of Allocation Extent Descriptor in grub_udf_read_block(),
based on the details in UDF spec. v2.01 section 2.3.11.

Fixes: CID 314037
Signed-off-by: Jagannathan Raman <jag.raman@oracle.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/fs/udf.c