1. 14 6月, 2017 1 次提交
  2. 07 6月, 2017 1 次提交
  3. 25 5月, 2017 2 次提交
  4. 19 4月, 2017 1 次提交
  5. 14 3月, 2017 2 次提交
  6. 01 2月, 2017 5 次提交
  7. 01 12月, 2016 1 次提交
  8. 24 10月, 2016 1 次提交
  9. 25 9月, 2016 2 次提交
  10. 17 8月, 2016 1 次提交
  11. 15 8月, 2016 1 次提交
  12. 08 7月, 2016 2 次提交
  13. 05 3月, 2016 1 次提交
  14. 05 1月, 2016 4 次提交
  15. 19 12月, 2015 1 次提交
  16. 16 11月, 2015 1 次提交
  17. 04 5月, 2015 1 次提交
  18. 27 4月, 2015 1 次提交
  19. 07 4月, 2015 2 次提交
  20. 19 3月, 2015 1 次提交
  21. 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
  22. 06 2月, 2015 2 次提交
  23. 03 2月, 2015 1 次提交
  24. 23 12月, 2014 1 次提交
  25. 22 12月, 2014 2 次提交
  26. 16 12月, 2014 1 次提交