mbox series

[next,0/2] fixes for sound: usb:

Message ID cover.1615242183.git.paskripkin@gmail.com (mailing list archive)
Headers show
Series fixes for sound: usb: | expand

Message

Pavel Skripkin March 8, 2021, 10:29 p.m. UTC
This small patch series fixes 2 errors from commit 9799110825db
("ALSA: usb-audio: Disable USB autosuspend properly in setup_disable_autosuspend()").
One of them was reported by syzbot, but second one appeared while testing fixes for the first one.

Pavel Skripkin (2):
  sound: usb: fix NULL ptr dereference in usb_audio_probe
  sound: usb: fix use after free in usb_audio_disconnect

 sound/usb/card.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)