В ядре Linux устранена следующая уязвимость:
fbdev: tridentfb: исправлена потенциальная утечка памяти в trident_pci_probe()
В trident_pci_probe() память, выделенная моделисту с помощью
fb_videomode_to_modelist() не освобождается в последующих путях ошибок.
Исправьте это, вызвав fb_destroy_modelist().
Показать оригинальное описание (EN)
In the Linux kernel, the following vulnerability has been resolved: fbdev: tridentfb: fix potential memory leak in trident_pci_probe() In trident_pci_probe(), the memory allocated for modelist using fb_videomode_to_modelist() is not freed in subsequent error paths. Fix that by calling fb_destroy_modelist().