Re: [PATCH v4 00/13] error: Do compile-time format string checking on grub_error

2021-02-28 Thread Glenn Washburn
On Sat, 27 Feb 2021 13:19:17 +0100 Daniel Kiper wrote: > On Thu, Feb 18, 2021 at 08:47:01PM -0600, Glenn Washburn wrote: > > This patch series fixes all compile errors due to format string > > issues on grub_error. This was tested against nearly all supported > > platforms successfully. This is i

Re: [PATCH v4 00/13] error: Do compile-time format string checking on grub_error

2021-02-27 Thread Daniel Kiper
On Thu, Feb 18, 2021 at 08:47:01PM -0600, Glenn Washburn wrote: > This patch series fixes all compile errors due to format string issues on > grub_error. This was tested against nearly all supported platforms > successfully. This is important because earlier versions of these changes > compiled suc

[PATCH v4 00/13] error: Do compile-time format string checking on grub_error

2021-02-18 Thread Glenn Washburn
This patch series fixes all compile errors due to format string issues on grub_error. This was tested against nearly all supported platforms successfully. This is important because earlier versions of these changes compiled successfully on x86 platforms, but had issues on other ones not tested. Al