summaryrefslogtreecommitdiff
path: root/sound/soc/soc-component.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2022-09-30 13:01:51 +0300
committerTakashi Iwai <tiwai@suse.de>2022-09-30 13:02:54 +0300
commit6382da0828995af87aa8b8bef28cc61aceb4aff3 (patch)
tree2340b2642debfcd79a4c0139650e07f8826db173 /sound/soc/soc-component.c
parent568be8aaf8a535f79c4db76cabe17b035aa2584d (diff)
downloadlinux-6382da0828995af87aa8b8bef28cc61aceb4aff3.tar.xz
ALSA: usb-audio: Fix potential memory leaks
When the driver hits -ENOMEM at allocating a URB or a buffer, it aborts and goes to the error path that releases the all previously allocated resources. However, when -ENOMEM hits at the middle of the sync EP URB allocation loop, the partially allocated URBs might be left without released, because ep->nurbs is still zero at that point. Fix it by setting ep->nurbs at first, so that the error handler loops over the full URB list. Cc: <stable@vger.kernel.org> Link: https://lore.kernel.org/r/20220930100151.19461-1-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/soc-component.c')
0 files changed, 0 insertions, 0 deletions