Re: (subset) [PATCH] drm/vc4: hdmi: Fixed possible integer overflow
From: Maxime Ripard
Date: Wed Jun 22 2022 - 03:37:20 EST
On Thu, 9 Jun 2022 23:50:31 +0500, Saud Farooqui wrote:
> Multiplying ints and saving it in unsigned long long
> could lead to integer overflow before being type casted to
> unsigned long long.
>
> Addresses-Coverity: 1505113: Unintentional integer overflow.
>
>
> [...]
Applied to drm/drm-misc (drm-misc-fixes).
Thanks!
Maxime