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.
Software | From | Fixed in |
---|---|---|
linux / linux_kernel | 6.13-rc1 | 6.13-rc1.x |
linux / linux_kernel | 6.13-rc2 | 6.13-rc2.x |
linux / linux_kernel | 6.13-rc3 | 6.13-rc3.x |
linux / linux_kernel | 6.13-rc4 | 6.13-rc4.x |
linux / linux_kernel | 6.13-rc5 | 6.13-rc5.x |
linux / linux_kernel | 6.13-rc6 | 6.13-rc6.x |
linux / linux_kernel | 6.9 | 6.12.10 |