1. 16 6月, 2017 1 次提交
  2. 07 6月, 2017 1 次提交
  3. 06 12月, 2016 1 次提交
  4. 07 4月, 2015 1 次提交
  5. 24 2月, 2015 1 次提交
  6. 23 2月, 2015 1 次提交
  7. 08 2月, 2015 1 次提交
    • C
      ASoC: Intel: sst: Fix firmware name size handling · 279e17ae
      Christian Engelmayer 提交于
      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 64b9c90b ("ASoC: Intel: Fix BYTCR firmware
      name") increased strings from "fw_sst_0f28.bin" to "intel/fw_sst_0f28.bin"
      there is an actual possibility that the 20 byte array at the end of struct
      intel_sst_drv is overrun.
      
      Thus increase the size of the destination and use the same define for both
      structs. Detected by Coverity CID 1260087.
      Signed-off-by: NChristian Engelmayer <cengelma@gmx.at>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      Cc: stable@vger.kernel.org
      279e17ae
  8. 22 11月, 2014 1 次提交
  9. 14 11月, 2014 1 次提交
  10. 07 11月, 2014 1 次提交
  11. 06 11月, 2014 1 次提交
  12. 28 10月, 2014 1 次提交
  13. 20 10月, 2014 1 次提交