В ядре Linux устранена следующая уязвимость:
fbdev: Broadsheetfb: исправлена потенциальная утечка памяти в Broadsheetfb_probe().
Память, выделенная для ссылок на страницы в fb_deferred_io_init(), не освобождается.
на пути ошибки. Исправьте это, вызвав fb_deferred_io_cleanup().
Показать оригинальное описание (EN)
In the Linux kernel, the following vulnerability has been resolved: fbdev: broadsheetfb: fix potential memory leak in broadsheetfb_probe() The memory allocated for pagerefs in fb_deferred_io_init() is not freed on the error path. Fix it by calling fb_deferred_io_cleanup().