Follow-up Comment #1, bug #66994 (group grub): The changeset:fs/fshelp: Catch impermissibly large block sizes in read helper<b5bc456f664bc301ab4cd5a17d3d23c6661c259e> cause it:
+ if (log2blocksize + GRUB_DISK_SECTOR_BITS >= 31)
+ {
+ grub_error (GRUB_ERR_OUT_OF_RANGE,
+ N_("blocksize too large"));
+ return -1;
+ }
revert it to good.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?66994>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
