In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Aug 22, 2024
to the GitHub Advisory Database
•
Updated Aug 23, 2024
Description
Published by the National Vulnerability Database
Aug 22, 2024
Published to the GitHub Advisory Database
Aug 22, 2024
Last updated
Aug 23, 2024
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