Re: [PATCH v2 4/4] fs/ntfs: Correct possible access violations and hangs

2025-05-21 Thread Andrew Hamilton
I've sent out a v3 just now with fixes for these. Thanks, Andrew On Tue, May 20, 2025 at 11:34 AM Daniel Kiper wrote: > I think you should change the order of this patch and patch #3. > > On Mon, May 19, 2025 at 09:03:18PM -0500, Andrew Hamilton wrote: > > Correct several memory access violatio

Re: [PATCH v2 4/4] fs/ntfs: Correct possible access violations and hangs

2025-05-20 Thread Daniel Kiper via Grub-devel
I think you should change the order of this patch and patch #3. On Mon, May 19, 2025 at 09:03:18PM -0500, Andrew Hamilton wrote: > Correct several memory access violations and hangs found during fuzzing. > The issues fixed here could occur if certain specific malformed NTFS > file systems were pre

[PATCH v2 4/4] fs/ntfs: Correct possible access violations and hangs

2025-05-19 Thread Andrew Hamilton
Correct several memory access violations and hangs found during fuzzing. The issues fixed here could occur if certain specific malformed NTFS file systems were presented to GRUB. Currently, GRUB does not allow NTFS file system access when lockdown mode is enforced, so these should be of minimal imp