Re: [PATCH v2] video/readers: Add artificial limit to image dimensions

2022-10-27 Thread Darren Kenny
Hi Alec, On Thursday, 2022-10-27 at 01:16:44 +01, Alec Brown wrote: > In grub-core/video/readers/jpeg.c, the height and width of a JPEG image don't > have an upper limit for how big the JPEG image can be. In coverity, this is > getting flagged as an untrusted loop bound. This issue can also seen i

Re: [PATCH v2] video/readers: Add artificial limit to image dimensions

2022-10-27 Thread Daniel Kiper
On Thu, Oct 27, 2022 at 10:21:42AM +0100, Darren Kenny wrote: > Hi Alec, > > On Thursday, 2022-10-27 at 01:16:44 +01, Alec Brown wrote: > > In grub-core/video/readers/jpeg.c, the height and width of a JPEG image > > don't > > have an upper limit for how big the JPEG image can be. In coverity, this

Re: [v5 PATCH 0/3] Unify ARM64 & RISC-V Linux Loader

2022-10-27 Thread Daniel Kiper
On Mon, Oct 10, 2022 at 11:12:16AM -0700, Atish Kumar Patra wrote: > On Mon, Oct 10, 2022 at 7:54 AM Daniel Kiper wrote: > On Fri, Oct 07, 2022 at 01:50:27AM -0700, Atish Patra wrote: > > This series unifies the linux loader for ARM64 & RISC-V. The linux > loader > > for ARM64