В ядре Linux устранена следующая уязвимость:
ALSA: usb-audio: qcom: очистить, открывается при сбое включения потока
При включении sub->opened устанавливается до проверки service_interval;
недопустимый интервал переходит к метке ответа, не очищая ее, поэтому
подпоток фиксируется в -EBUSY до отключения или отключения.
Очистить subs->open на пути к ошибке включения.
Показать оригинальное описание (EN)
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: qcom: clear opened when stream enable fails On enable, subs->opened is set before the service_interval is validated; an invalid interval jumps to the response label without clearing it, so the substream is wedged at -EBUSY until a disable or disconnect. Clear subs->opened on the enable error path.