[PATCH 0/2][next] clk: visconti: Fix undefined behavior bug and add bounds-checking coverage

From: Gustavo A. R. Silva
Date: Wed Oct 11 2023 - 22:14:53 EST


This small series aims to fix an undefined behavior bug in
`struct visconti_pll_provider` and add bounds-checking
coverage at run-time for flexible-array member `hws`
in `struct clk_hw_onecell_data` when accessed throught
`struct visconti_pll_provider`.

Gustavo A. R. Silva (2):
clk: visconti: Fix undefined behavior bug in struct
visconti_pll_provider
clk: visconti: Add bounds-checking coverage for struct
visconti_pll_provider

drivers/clk/visconti/pll.c | 6 +++---
drivers/clk/visconti/pll.h | 4 +++-
2 files changed, 6 insertions(+), 4 deletions(-)

--
2.34.1