10 Nov
2025
10 Nov
'25
5:17 p.m.
On Mon, Nov 10, 2025 at 08:56:46PM +0530, Niranjan H Y wrote:
"struct sdca_control" declares "values" field as integer array. But the memory allocated to it is of char array. This causes crash for sdca_parse_function API. This patch addresses the issue by allocating correct data size.
Signed-off-by: Niranjan H Y niranjan.hy@ti.com
Reviewed-by: Charles Keepax ckeepax@opensource.cirrus.com
Thanks, Charles