grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/1] Fix for CID 314037


From: Jagannathan Raman
Subject: [PATCH 0/1] Fix for CID 314037
Date: Thu, 17 Nov 2022 00:17:51 +0000

Hi,

This patch confirms that Allocation Extent Descriptor length
is with limits based on section "2.3.11 Allocation Extent
Descriptor" in the following UDF spec:
http://www.osta.org/specs/pdf/udf201.pdf

The above document describes the limit for the length of extent
of allocation descriptors, and the limit is the logical block size.

Ran Coverity test to confirm the CID was fixed, and ran "make check"
to confirm that the UDF test passed.

Thank you!

Jagannathan Raman (1):
  fs/udf: validate length of AED in grub_udf_read_block()

 grub-core/fs/udf.c | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]