All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix for CID 314037
@ 2022-11-17  0:17 Jagannathan Raman
  2022-11-17  0:17 ` [PATCH 1/1] fs/udf: validate length of AED in grub_udf_read_block() Jagannathan Raman
  0 siblings, 1 reply; 5+ messages in thread
From: Jagannathan Raman @ 2022-11-17  0:17 UTC (permalink / raw)
  To: grub-devel; +Cc: daniel.kiper, darren.kenny, ross.philipson, alec.r.brown

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-11-23 16:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-17  0:17 [PATCH 0/1] Fix for CID 314037 Jagannathan Raman
2022-11-17  0:17 ` [PATCH 1/1] fs/udf: validate length of AED in grub_udf_read_block() Jagannathan Raman
2022-11-23 14:52   ` Daniel Kiper
2022-11-23 15:20     ` Jag Raman
2022-11-23 16:10       ` Daniel Kiper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.