mbox series

[0/3] ASoC: DAPM/topology oops/use-after-free fixes

Message ID 20190201170513.13905-1-pierre-louis.bossart@linux.intel.com (mailing list archive)
Headers show
Series ASoC: DAPM/topology oops/use-after-free fixes | expand

Message

Pierre-Louis Bossart Feb. 1, 2019, 5:05 p.m. UTC
KASAN checks and more SOF stress-tests expose bugs that have apparently
been there for a very long time.

Guennadi Liakhovetski (1):
  ASoC: topology: fix oops/use-after-free case with dai driver

Pierre-Louis Bossart (2):
  ASoC: dapm: fix out-of-bounds accesses to DAPM lookup tables
  ASoC: dapm: fix use-after-free issue with dailink sname

 sound/soc/soc-core.c     |  2 +-
 sound/soc/soc-dapm.c     | 45 +++++++++++++++++++++++++++++++++++++++-
 sound/soc/soc-topology.c |  5 +++++
 3 files changed, 50 insertions(+), 2 deletions(-)