Re: [PATCH v3] drm: Fix potential overflow issue in event_string array

From: Raag Jadav
Date: Wed Apr 09 2025 - 02:24:53 EST


On Wed, Apr 09, 2025 at 09:46:33AM +0800, jiangfeng@xxxxxxxxxx wrote:
> From: Feng Jiang <jiangfeng@xxxxxxxxxx>
>
> When calling scnprintf() to append recovery method to event_string,
> the second argument should be `sizeof(event_string) - len`, otherwise
> there is a potential overflow problem.
>
> Fixes: b7cf9f4ac1b8 ("drm: Introduce device wedged event")
> Signed-off-by: Feng Jiang <jiangfeng@xxxxxxxxxx>

Reviewed-by: Raag Jadav <raag.jadav@xxxxxxxxx>

Thanks for the fix.