Security Advisory

CVE-2024-57944

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-01-21 12:18:11
Last updated 2026-05-11 21:01:08
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

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.