In the Linux kernel, the following vulnerability has been resolved:
auxdisplay: lcd2s: Fix memory leak in ->remove()
Once allocated the struct lcd2s_data is never freed.
Fix the memory leak by switching to devm_kzalloc().
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-08-22 02:15
Updated : 2024-09-12 13:33
NVD link : CVE-2022-48907
Mitre link : CVE-2022-48907
CVE.ORG link : CVE-2022-48907
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime