В ядре Linux устранена следующая уязвимость:
Thermal: intel: quark_dts: исправить ошибку разыменования указателя
Если alloc_soc_dts() завершится неудачно, мы можем просто вернуться. Пытаясь освободить
«soc_dts» приведет к ошибке «Упс».
Показать оригинальное описание (EN)
In the Linux kernel, the following vulnerability has been resolved: thermal: intel: quark_dts: fix error pointer dereference If alloc_soc_dts() fails, then we can just return. Trying to free "soc_dts" will lead to an Oops.