Re: [PATCH v2] fs/ntfs: Check at->attr_cur after calling next_attribute()

2025-03-26 Thread Ross Philipson via Grub-devel
On 3/20/25 3:54 PM, Andrew Hamilton wrote: A regression was introduced recently as a part of the series of filesystem related patches to address some CVEs found in GRUB. This issue may cause either an infinite loop at startup when accessing certain valid NTFS file systems, or may cause a crash d

Re: [PATCH v2] fs/ntfs: Check at->attr_cur after calling next_attribute()

2025-03-20 Thread Andrew Hamilton
Good feedback, I will update as suggested and send out a v3 shortly! Thanks! Andrew On Thu, Mar 20, 2025 at 6:04 PM Vladimir 'phcoder' Serbinenko < phco...@gmail.com> wrote: > > > Le ven. 21 mars 2025, 01:54, Andrew Hamilton a > écrit : > >> A regression was introduced recently as a part of the

Re: [PATCH v2] fs/ntfs: Check at->attr_cur after calling next_attribute()

2025-03-20 Thread Vladimir 'phcoder' Serbinenko
Le ven. 21 mars 2025, 01:54, Andrew Hamilton a écrit : > A regression was introduced recently as a part of the series of > filesystem related patches to address some CVEs found in GRUB. > > This issue may cause either an infinite loop at startup when > accessing certain valid NTFS file systems, o