Re: [PATCH 3/4] fs/iso9660: Avoid reading past the entry boundary

2022-12-19 Thread Lidong Chen
> On Dec 15, 2022, at 10:08 AM, Thomas Schmitt wrote: > > Hi, > > On Wed, 14 Dec 2022 18:55:04 + Lidong Chen wrote: >> Added a check for the SP entry data boundary before reading it. >> >> Signed-off-by: Lidong Chen >> --- >> grub-core/fs/iso9660.c | 16 ++-- >> 1 file change

Re: [PATCH 3/4] fs/iso9660: Avoid reading past the entry boundary

2022-12-15 Thread Thomas Schmitt
Hi, On Wed, 14 Dec 2022 18:55:04 + Lidong Chen wrote: > Added a check for the SP entry data boundary before reading it. > > Signed-off-by: Lidong Chen > --- > grub-core/fs/iso9660.c | 16 ++-- > 1 file changed, 14 insertions(+), 2 deletions(-) > > diff --git a/grub-core/fs/iso96

[PATCH 3/4] fs/iso9660: Avoid reading past the entry boundary

2022-12-14 Thread Lidong Chen
Added a check for the SP entry data boundary before reading it. Signed-off-by: Lidong Chen --- grub-core/fs/iso9660.c | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/grub-core/fs/iso9660.c b/grub-core/fs/iso9660.c index 9170fa820..67aa8451c 100644 --- a/grub