Re: [PATCH 0/2] iio: adc: ad4695: fix out of bounds array access

From: Nuno Sá
Date: Wed Feb 19 2025 - 05:25:57 EST


On Tue, 2025-02-18 at 17:17 -0600, David Lechner wrote:
> I was doing some more testing and found a bug with the
> in_temp_sampling_frequency attribute being corrupted. This is a patch
> to fix that, plus a bonus patch that cleans up some related code (it
> wasn't strictly part of the fix, hence the separate patch).
>
> Signed-off-by: David Lechner <dlechner@xxxxxxxxxxxx>
> ---

Reviewed-by: Nuno Sá <nuno.sa@xxxxxxxxxx>

> David Lechner (2):
>       iio: adc: ad4695: fix out of bounds array access
>       iio: adc: ad4695: simplify getting oversampling_ratio
>
>  drivers/iio/adc/ad4695.c | 26 ++++++++++++++++++++------
>  1 file changed, 20 insertions(+), 6 deletions(-)
> ---
> base-commit: ac856912f210bcff6a1cf8cf9cb2f6a1dfe85798
> change-id: 20250218-iio-adc-ad4695-fix-out-of-bounds-array-access-7f16ebc3be14
>
> Best regards,