mirror of
https://github.com/torvalds/linux.git
synced 2026-08-03 22:10:38 +02:00
"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> Link: https://patch.msgid.link/20251110152646.192-1-niranjan.hy@ti.com Signed-off-by: Mark Brown <broonie@kernel.org> |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| sdca_asoc.c | ||
| sdca_device.c | ||
| sdca_functions.c | ||
| sdca_hid.c | ||
| sdca_interrupts.c | ||
| sdca_regmap.c | ||