Daniel Kiper via Grub-devel writes:
> On Sun, Aug 24, 2025 at 08:38:41PM -0500, Andrew Hamilton wrote:
>> Update the bootstrap script to be compatible with newer versions
>> of GIT that changed the git clone -h output from containing:
>> "--depth"
>> to:
>> "--[no-]depth"
>> This bootstrap script
Andrew Hamilton writes:
> Thank you for the input, I considered updating the bootstrap script from
> GNULIB to latest but decided it may be considered a higher risk change for
> the upcoming 2.14 release. Maybe I should investigate this further.
>
> Do you happen to know if there is any dependen
Andrew Hamilton writes:
> Update the bootstrap script to be compatible with newer versions
> of GIT that changed the git clone -h output from containing:
> "--depth"
> to:
> "--[no-]depth"
> Use a regular expression that will support either.
> In the future, when GNULIB version is bumped, this bo
Hi Alec,
Alec Brown via Grub-devel writes:
> Coverity found a couple resource leaks in gnulib code that the GRUB is using.
> These fixes have been made in the latest version of gnulib and I've backported
> these changes to maintain consistency.
Thanks for fixing these in Gnulib.
There was a le
* grub-core/kern/ia64/dl_helper.c (grub_ia64_set_immu64): Make constant
unsigned. This change was also done in Binutils, where this code
originates from, in commit 108f6f97bd862e969f898c1347903ae1cf38ead4.
Signed-off-by: Collin Funk
---
grub-core/kern/ia64/dl_helper.c | 2 +-
1 file changed, 1