In the Linux kernel, the following vulnerability has been resolved:
iio: adc: men_z188_adc: Fix a resource leak in an error handling path
If iio_device_register() fails, a previous ioremap() is left unbalanced.
Update the error handling path and add the missing iounmap() call, as
already done in the remove function.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-08-22 04:15
Updated : 2024-08-23 01:58
NVD link : CVE-2022-48928
Mitre link : CVE-2022-48928
CVE.ORG link : CVE-2022-48928
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime