Function sst_acpi_probe() uses plain strcpy for setting member firmware_name
of a struct intel_sst_drv from member firmware of a struct sst_machines.
Thereby the destination array has got a length of 20 byte while the source may
hold 32 byte. Since eg. commit
|
||
---|---|---|
.. | ||
Makefile | ||
sst_acpi.c | ||
sst_drv_interface.c | ||
sst_ipc.c | ||
sst_loader.c | ||
sst_pci.c | ||
sst_pvt.c | ||
sst_stream.c | ||
sst.c | ||
sst.h |