Re: [PATCH] crypto: qat - (qat_420xx) fix off by one in uof_get_name()

From: Cabiddu, Giovanni
Date: Tue Oct 01 2024 - 07:06:01 EST


On Sat, Sep 28, 2024 at 01:05:01PM +0300, Dan Carpenter wrote:
> This is called from uof_get_name_420xx() where "num_objs" is the
> ARRAY_SIZE() of fw_objs[]. The > needs to be >= to prevent an out of
> bounds access.
>
> Fixes: fcf60f4bcf54 ("crypto: qat - add support for 420xx devices")
> Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Acked-by: Giovanni Cabiddu <giovanni.cabiddu@xxxxxxxxx>