Re: [PATCH 0/2] Fix Coverity untrusted loop bound bugs in jpeg.c

2022-10-21 Thread Daniel Kiper
On Thu, Oct 20, 2022 at 05:11:12PM -0400, Alec Brown wrote: > In grub-core/video/readers/jpeg.c, Coverity identified an untrusted loop bound > bug. After resolving this bug, a private Coverity scan identified another > untrusted loop bound bug in a different function. Since this bug only shows up >

[PATCH 0/2] Fix Coverity untrusted loop bound bugs in jpeg.c

2022-10-20 Thread Alec Brown
In grub-core/video/readers/jpeg.c, Coverity identified an untrusted loop bound bug. After resolving this bug, a private Coverity scan identified another untrusted loop bound bug in a different function. Since this bug only shows up after resolving the first bug, there isn't a CID for the second bug