[PATCH] error: Do compile-time format string checking on grub_error.

2020-10-04 Thread Glenn Washburn
Fix the many issues this uncovered mostly related to incorrect length modifiers. Signed-off-by: Glenn Washburn --- grub-core/commands/pgp.c | 2 +- grub-core/disk/ata.c | 4 ++-- grub-core/disk/cryptodisk.c| 14 -- grub-core/disk/dmraid_nvidia.c

Re: [PATCH] error: Do compile-time format string checking on grub_error.

2020-10-04 Thread Glenn Washburn
On Sat, 3 Oct 2020 17:34:29 -0500 Glenn Washburn wrote: > On Thu, 17 Sep 2020 16:29:23 +0200 > Daniel Kiper wrote: > > > On Fri, Jul 31, 2020 at 09:33:18AM -0500, Glenn Washburn wrote: > > > Fix the many issues this uncovered mostly related to incorrect > > > length modifiers. > > > > Did you

Re: [PATCH] error: Do compile-time format string checking on grub_error.

2020-10-03 Thread Glenn Washburn
On Thu, 17 Sep 2020 16:29:23 +0200 Daniel Kiper wrote: > On Fri, Jul 31, 2020 at 09:33:18AM -0500, Glenn Washburn wrote: > > Fix the many issues this uncovered mostly related to incorrect > > length modifiers. > > Did you test the 32-bit and 64-bit builds with this patch? > > Daniel I have tes

Re: [PATCH] error: Do compile-time format string checking on grub_error.

2020-09-17 Thread Daniel Kiper
On Fri, Jul 31, 2020 at 09:33:18AM -0500, Glenn Washburn wrote: > Fix the many issues this uncovered mostly related to incorrect length > modifiers. Did you test the 32-bit and 64-bit builds with this patch? Daniel ___ Grub-devel mailing list Grub-deve

[PATCH] error: Do compile-time format string checking on grub_error.

2020-07-31 Thread Glenn Washburn
Fix the many issues this uncovered mostly related to incorrect length modifiers. Signed-off-by: Glenn Washburn --- grub-core/commands/pgp.c | 2 +- grub-core/disk/ata.c | 4 ++-- grub-core/disk/cryptodisk.c| 8 grub-core/disk/dmraid_nvidia.c | 2 +- g