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

From: Trevor Gamblin
Date: Tue Feb 18 2025 - 20:11:03 EST



On 2025-02-18 18:17, 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: Trevor Gamblin <tgamblin@xxxxxxxxxxxx>
---
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,