grub-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/4] fs/iso9660: Prevent read past the end of system use area


From: Thomas Schmitt
Subject: Re: [PATCH 2/4] fs/iso9660: Prevent read past the end of system use area
Date: Fri, 16 Dec 2022 09:54:05 +0100

Hi,

while preparing a proposal how to avoid skipping of CE (and ST) if they
are found at the start of a continuation area, i came to a problem of
patch [2/4] which i did not see when reviewing it yesterday:

> +           return grub_error (GRUB_ERR_BAD_FS, "invalid CE entry size");

It is not about the size of the CE entry but about the size of the
continuation area which the CE entry announces.

So i propose as error message

  "invalid continuation area size in CE entry"


Have a nice day :)

Thomas




reply via email to

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