grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/1] jpeg: Fix possible invalid loop boundary condition


From: Daniel Kiper
Subject: Re: [PATCH 1/1] jpeg: Fix possible invalid loop boundary condition
Date: Thu, 7 Apr 2022 16:30:53 +0200
User-agent: NeoMutt/20170113 (1.7.2)

On Tue, Apr 05, 2022 at 06:25:52PM +0000, Darren Kenny wrote:
> The value of next_marker is adjusted based on the a word sized value
> read from data->file.
>
> The updated next_marker value should reference a location in the file
> just beyond the huffman table, and as such should not have a value
> larger than the size of the file.
>
> Fixes: CID 73657
>
> Signed-off-by: Darren Kenny <darren.kenny@oracle.com>

Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>

Daniel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]