Re: [PATCH] hwmon: (aquacomputer_d5next) Fix length of speed_input array
From: Guenter Roeck
Date: Sun Nov 24 2024 - 10:36:58 EST
On Sun, Nov 24, 2024 at 04:27:24PM +0100, Aleksa Savic wrote:
> Commit 120584c728a6 ("hwmon: (aquacomputer_d5next) Add support for Octo
> flow sensor") added support for reading Octo flow sensor, but didn't
> update the priv->speed_input array length. Since Octo has 8 fans, with
> the addition of the flow sensor the proper length for speed_input is 9.
>
> Reported by Arne Schwabe on Github [1], who received a UBSAN warning.
>
> [1]: https://github.com/aleksamagicka/aquacomputer_d5next-hwmon/issues/100
>
> Fixes: 120584c728a6 ("hwmon: (aquacomputer_d5next) Add support for Octo flow sensor")
> Reported-by: Arne Schwabe <arne@xxxxxxxxxxx>
> Signed-off-by: Aleksa Savic <savicaleksa83@xxxxxxxxx>
Applied.
Thanks,
Guenter