[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f594a252-a4f4-3a9a-8f62-51ee887a8b71@gmail.com>
Date: Mon, 1 Aug 2022 20:06:58 +0600
From: Khalid Masum <khalid.masum.92@...il.com>
To: Dan Carpenter <dan.carpenter@...cle.com>
Cc: linux-kernel@...r.kernel.org, syzkaller-bugs@...glegroups.com,
syzbot+14b0e8f3fd1612e35350@...kaller.appspotmail.com,
khalid.masum@....com
Subject: Re: [syzbot] KASAN: vmalloc-out-of-bounds Write in imageblit (2)
On 8/1/22 16:43, Dan Carpenter wrote:
>
> These are precendence bugs. The ! will be done before the >=. Write it
> as:
>
> if (pos < vc->vc_origin || pos >= vc->vc_scr_end ||
> ret >= vc->vc_scr_end) {
>
>
>> /* Should not happen */
>> x = y = 0;
>> ret = vc->vc_origin;
>
> regards,
> dan carpenter
>
Thanks for the catch. I shall send another syz-test patch with these fixed.
thanks,
-- Khalid Masum
Powered by blists - more mailing lists