CyberRota Analysis
AI-GeneratedA memory leak vulnerability exists in the Linux kernel's fbdev subsystem, specifically within the broadsheetfb driver, where allocated memory for pagerefs is not released during error handling in the fb_deferred_io_init() function. This could lead to increased memory consumption and potential system instability over time. Linux system administrators and developers utilizing the affected fbdev drivers should prioritize applying the fix to mitigate the risk of resource exhaustion.
Original NVD Description
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().