In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Jan 21, 2025
to the GitHub Advisory Database
•
Updated Jan 23, 2025
Description
Published by the National Vulnerability Database
Jan 21, 2025
Published to the GitHub Advisory Database
Jan 21, 2025
Last updated
Jan 23, 2025
In the Linux kernel, the following vulnerability has been resolved:
iio: adc: ti-ads1298: Add NULL check in ads1298_init
devm_kasprintf() can return a NULL pointer on failure. A check on the
return value of such a call in ads1298_init() is missing. Add it.
References