[PATCH] ia64: Fix left shift overflow.

2025-05-04 Thread Collin Funk
* 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

Re: [PATCH 0/2] Fix resource leaks in gnulib

2025-06-14 Thread Collin Funk
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