В ядре Linux устранена следующая уязвимость:
ASoC: SDCA: добавить проверку сбоя выделения для имени объекта.
В настоящее время find_sdca_entity_iot() может выделить строку для
Имя объекта, но оно не проверяет, удалось ли это распределение.
Добавьте недостающую проверку NULL после выделения.
Показать оригинальное описание (EN)
In the Linux kernel, the following vulnerability has been resolved: ASoC: SDCA: Add allocation failure check for Entity name Currently find_sdca_entity_iot() can allocate a string for the Entity name but it doesn't check if that allocation succeeded. Add the missing NULL check after the allocation.