Re: [PATCH] vduse: prevent uninitialized memory accesses

From: Dan Carpenter
Date: Sat Aug 27 2022 - 02:55:12 EST


On Fri, Aug 26, 2022 at 06:16:05PM +0200, Maxime Coquelin wrote:
> If the VDUSE application provides a smaller config space
> than the driver expects, the driver may use uninitialized
> memory from the stack.
>
> This patch prevents it by initializing the buffer passed by
> the driver to store the config value.
>
> Signed-off-by: Maxime Coquelin <maxime.coquelin@xxxxxxxxxx>

This sounds like it needs a Fixes tag?

regards,
dan carpenter