Re: [PATCH] disk/mdraid1x_linux: Prevent infinite recursion

2024-05-06 Thread Daniel Kiper via Grub-devel
On Mon, Apr 29, 2024 at 04:38:03PM +, Lidong Chen wrote: > The test corpus for version-1 RAID generated an infinite recursion > in grub_partition_iterate() while attempting to read the superblock. > The reason for the issue was that the data region overlapped with > the superblock. > > The

[PATCH] disk/mdraid1x_linux: Prevent infinite recursion

2024-04-29 Thread Lidong Chen via Grub-devel
The test corpus for version-1 RAID generated an infinite recursion in grub_partition_iterate() while attempting to read the superblock. The reason for the issue was that the data region overlapped with the superblock. The infinite call loop looks like this: grub_partition_iterate() ->

[PATCH] disk/mdraid1x_linux: Prevent infinite recursion

2024-02-29 Thread Lidong Chen
The test corpus for version-1 RAID generated an infinite recursion in grub_partition_iterate() while attempting to read the superblock. The reason for the issue was that the data region overlapped with the superblock. The infinite call loop looks like this: grub_partition_iterate() ->