Re: [PATCH for 2.06] video/fbfill: use unsigned integers for width/height

2021-04-08 Thread Daniel Kiper
On Fri, Apr 02, 2021 at 02:22:04AM +1100, Daniel Axtens wrote: > Since commit 7ce3259f67ac ("video/fb/fbfill: Fix potential integer > overflow"), clang builds of grub-emu have failed with messages like: > > /usr/bin/ld: libgrubmods.a(libgrubmods_a-fbfill.o): in function > `grub_video_fbfill_direct

[PATCH for 2.06] video/fbfill: use unsigned integers for width/height

2021-04-01 Thread Daniel Axtens
Since commit 7ce3259f67ac ("video/fb/fbfill: Fix potential integer overflow"), clang builds of grub-emu have failed with messages like: /usr/bin/ld: libgrubmods.a(libgrubmods_a-fbfill.o): in function `grub_video_fbfill_direct24': fbfill.c:(.text+0x28e): undefined reference to `__muloti4' This ap