CyberRota Analysis
AI-GeneratedThe vulnerability affects the Linux kernel's fbdev subsystem, specifically in the s3fb driver, where memory allocated during the s3_pci_probe() function is not properly freed in certain error scenarios. This oversight can lead to a potential memory leak, which may degrade system performance over time or exhaust available memory resources. Organizations utilizing Linux systems with the fbdev subsystem should prioritize addressing this issue to maintain system stability and performance.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: fbdev: s3fb: fix potential memory leak in s3_pci_probe() In s3_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()